Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I am getting "unhandled interrupt: 0xd" when I try to change the system call interrupt number in the tutorial JamesM has written from 0x80 to 0x81. Can anyone point me in the right direction? I am using the same code, except for changing the interrupt number for the system call to 0x81 in syscall.c and syscall.h.