grow on demand heap
[lunaix-os.git] / lunaix-os / kernel / asm / x86 / idt.c
index 19b63e0d2ad788589c2fced1024d1593b2affc2c..296fa150828b402f149caaf4d39dddfe7876f2af 100644 (file)
@@ -19,4 +19,5 @@ void
 _init_idt() {
     _set_idt_entry(FAULT_DIVISION_ERROR, 0x08, _asm_isr0, 0);
     _set_idt_entry(FAULT_GENERAL_PROTECTION, 0x08, _asm_isr13, 0);
+    _set_idt_entry(FAULT_PAGE_FAULT, 0x08, _asm_isr14, 0);
 }
\ No newline at end of file