]> wirehaze git hosting - BOS.git/blobdiff - kernel/kernel.asm

wirehaze git hosting

Some cleanup, service design document draft
[BOS.git] / kernel / kernel.asm
index 1299716a693e2c7d2a04098b2e06a1afd5033430..10fdc12aa7c0ac5e289e8fda0f22eca76d2b7243 100644 (file)
@@ -101,7 +101,7 @@ flush:
     include  'vars/strings.asm'                       ; All strings in english (soon).\r
     include  'init/bios.asm'                          ; Get back to realmode and do an INT.\r
     include  'init/pic.asm'                           ; PIC rutines.\r
-    include  'system/sys_ints.asm'                    ; System specific interrupts.\r
+    include  'system/services.asm'                    ; System service handler (int 0x32).\r
     include  'kbd/keyboard.asm'                       ; Keyboard ISR.\r
     include  'kbd/keymap.asm'                         ; Keymap(s).\r
     include  'shell/shell.asm'                        ; File with shell/kernel monitor functions.\r