X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/09a115a4c07e26b3a978c693c0d6d17abea80479..ab281459f86543c6b8c11ecccc3e743c3d69577e:/lunaix-os/kernel/asm/x86/idt.c diff --git a/lunaix-os/kernel/asm/x86/idt.c b/lunaix-os/kernel/asm/x86/idt.c index d2578f7..e8b9524 100644 --- a/lunaix-os/kernel/asm/x86/idt.c +++ b/lunaix-os/kernel/asm/x86/idt.c @@ -63,4 +63,6 @@ _init_idt() // We make this a non-trap entry, and enable interrupt // only when needed! _set_idt_intr_entry(LUNAIX_SYS_CALL, 0x08, _asm_isr33, 3); + + _set_idt_intr_entry(LUNAIX_SCHED, 0x08, _asm_isr34, 0); } \ No newline at end of file