Page 1 of 1
page error exception
Posted: Wed Dec 24, 2003 1:17 am
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.
Re:page error exception
Posted: Wed Dec 24, 2003 1:35 am
by Neo
have u remapped the PIC?
Re:page error exception
Posted: Wed Dec 24, 2003 2:07 am
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.
Re:page error exception
Posted: Wed Dec 24, 2003 3:21 am
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.