Page 2 of 2
Re: Getting GPF!!
Posted: Thu Feb 27, 2020 5:49 am
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.
Re: Getting GPF!!
Posted: Wed Mar 18, 2020 2:12 am
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
Re: Getting GPF!!
Posted: Wed Mar 18, 2020 4:24 am
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