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.
page error exception
Re:page error exception
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.
Please also explain the reason for triple fault exception as well.
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:page error exception
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.
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.