X-Git-Url: https://git.wirehaze.ovh/BOS.git/blobdiff_plain/c3be929643a2fbce4210ef509cd1b8815c21c000..0fc4c7c0416f40e61ca790fb088058b985e6df5c:/kernel/kernel.asm diff --git a/kernel/kernel.asm b/kernel/kernel.asm index 1299716..10fdc12 100644 --- a/kernel/kernel.asm +++ b/kernel/kernel.asm @@ -101,7 +101,7 @@ flush: include 'vars/strings.asm' ; All strings in english (soon). include 'init/bios.asm' ; Get back to realmode and do an INT. include 'init/pic.asm' ; PIC rutines. - include 'system/sys_ints.asm' ; System specific interrupts. + include 'system/services.asm' ; System service handler (int 0x32). include 'kbd/keyboard.asm' ; Keyboard ISR. include 'kbd/keymap.asm' ; Keymap(s). include 'shell/shell.asm' ; File with shell/kernel monitor functions.