Interrupt crash from ring 3

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.
Zerkan
Posts: 14
Joined: Fri Jul 26, 2013 5:46 am

Re: Interrupt crash from ring 3

Post by Zerkan »

After multiple checks i found the problem : the gdt function was not correct it took only the 20 first bits as base, not 24. So it was pointing on the wrong address.

Sorry about that. I will debug a lot more if I have another problem, before posting.

Thanks
Post Reply