basic process support and some syscalls
[lunaix-os.git] / lunaix-os / kernel / asm / x86 / idt.c
index e194d87b02492706b7c802181881f1f502e86d9b..9b2f0c6b469290c838fceffe266ebcc6d23074c1 100644 (file)
@@ -32,4 +32,5 @@ _init_idt() {
 
     // system defined interrupts
     _set_idt_entry(LUNAIX_SYS_PANIC, 0x08, _asm_isr32, 0);
 
     // system defined interrupts
     _set_idt_entry(LUNAIX_SYS_PANIC, 0x08, _asm_isr32, 0);
+    _set_idt_entry(LUNAIX_SYS_CALL, 0x08, _asm_isr33, 0);
 }
\ No newline at end of file
 }
\ No newline at end of file