X-Git-Url: https://git.wirehaze.ovh/BOS.git/blobdiff_plain/e7307fb715b46f4ac09ae7781fad9dbefa1090a7..HEAD:/kernel/kernel.asm diff --git a/kernel/kernel.asm b/kernel/kernel.asm index 1299716..2f5603e 100644 --- a/kernel/kernel.asm +++ b/kernel/kernel.asm @@ -4,8 +4,8 @@ ; BOS 32-bit kernel, expects to be loaded at 32kb ; ; in mem. Small amount of 16-bit code included. ; ; ; -; For any comments on this code, mail me. ; -; http://bos.asmhackers.net/ asmhacker@gmail.com ; +; Homepage: http://bos.asmhackers.net/ ; +; Repository: http://github.com/bubach/BOS ; ; ; ; by: Christoffer Bubach, 2003-2015 ; ;-------------------------------------------------------; @@ -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.