Getting GPF!!

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.
User avatar
iansjack
Member
Member
Posts: 4703
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Getting GPF!!

Post by iansjack »

If you don't know how to use the gdb debugger I would suggest that you practise on some simple user programs. Then apply that knowledge to debugging your OS.
User avatar
Bonfra
Member
Member
Posts: 270
Joined: Wed Feb 19, 2020 1:08 pm
Libera.chat IRC: Bonfra
Location: Italy

Re: Getting GPF!!

Post by Bonfra »

and.. nothing. I Could not find anything so i deleted all the project and rewrited from scratch and now it works! Really don't know what i've done but it's ok
Regards, Bonfra.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Getting GPF!!

Post by AJ »

Hi,

I'd still recommend debugging your original code. The exercise in debugging skills will help you later on and you can't just ditch the project every time you come across a difficult area to debug.

Cheers,
Adam
Post Reply