GPF In My New Assembly Kernel

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.
Post Reply
Lprogster
Member
Member
Posts: 174
Joined: Tue Nov 14, 2006 11:59 am

GPF In My New Assembly Kernel

Post by Lprogster »

...

I've been looking for ages now, but I can't see anything wrong. I have done some probing but found very little. Can anyone see anything wrong?

Really appreciate,
Lster
Last edited by Lprogster on Tue Oct 23, 2007 10:54 am, edited 2 times in total.
User avatar
JamesM
Member
Member
Posts: 2935
Joined: Tue Jul 10, 2007 5:27 am
Location: York, United Kingdom
Contact:

Post by JamesM »

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.
Lprogster
Member
Member
Posts: 174
Joined: Tue Nov 14, 2006 11:59 am

Post by Lprogster »

Thanks - that was it! Everything is working great now...

Lster
Post Reply