; 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
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