Need help with my kernel
Posted: Fri Jul 13, 2007 12:06 am
I followed Bran's kernel development tutorial from http://www.osdever.net/bkerndev/Docs/whatsleft.htm. I changed file "start.asm" in nasm to my own loader in gas. I also made other changes.
The problem is that the kernel can only print out a hello message. The interrupt and exception handlers are not working. Normally, the "timer_handler" should be called in every second and print out messages.
Don't know how to debug this problem. Have been spending a long time on it. Can you please help with this problem? I included my source code in a tar file.
Thanks!!!
The problem is that the kernel can only print out a hello message. The interrupt and exception handlers are not working. Normally, the "timer_handler" should be called in every second and print out messages.
Don't know how to debug this problem. Have been spending a long time on it. Can you please help with this problem? I included my source code in a tar file.
Thanks!!!