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.
You haven't remapped the PIC (interrupt controller). So the clock is sending an IRQ0 out which is coming in as an interrupt < 16. So it seems like a GPF. You need to remap the PIC - bran's dev tutorial shows you how, and I'm sure theres a page on the wiki somewhere.