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.
there are some tutorials that do something like the following.
(...)
void IRQ_HANDLER_WRITTEN_IN_C(registers regs)
They actually do void IRQ_HANDLER_WRITTEN_IN_C(registers * regs), mind you
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]