page error exception

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
shaz

page error exception

Post by shaz »

I have not eabled paging but still i'm getting page error (exception 14)exception.

Can you give explain when does page error exception(exception 14) occurs.
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

Re:page error exception

Post by Neo »

have u remapped the PIC?
Only Human
shaz

Re:page error exception

Post by shaz »

yes i've remapped the PIC to 20h for master and 28h for slave.

Please also explain the reason for triple fault exception as well.
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:page error exception

Post by Pype.Clicker »

there's no reason for receiving a PAGE fault if cr0.PG is cleared ... except if you write something like "int 0x0E" in your code...

might you be mixing page and segmentation fault ?
the tripple fault means the CPU was unable to call the initial exception handler, nor the "double fault" exception handler.
Post Reply