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

wirehaze git hosting

new indentation style
[BOS.git] / kernel / kernel.asm
index 1299716a693e2c7d2a04098b2e06a1afd5033430..2f5603e504ee9afafc83e7510013f0bacc97cdf5 100644 (file)
@@ -4,8 +4,8 @@
 ;    BOS 32-bit kernel, expects to be loaded at 32kb    ;\r
 ;    in mem.   Small amount of 16-bit code included.    ;\r
 ;                                                       ;\r
-;      For any comments on this code, mail me.          ;\r
-;   http://bos.asmhackers.net/   asmhacker@gmail.com    ;\r
+;    Homepage:   http://bos.asmhackers.net/             ;\r
+;    Repository: http://github.com/bubach/BOS           ;\r
 ;                                                       ;\r
 ;         by: Christoffer Bubach, 2003-2015             ;\r
 ;-------------------------------------------------------;\r
@@ -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