paging question
Posted: Fri Jan 25, 2008 12:55 pm
According to the JamesM tutorial, if I
with Paging activated, a Page Fault Exception should fire.
And so, how will drivers works?
For example the video driver that points to 0xB8000 shuld generate an Exception, right?
Thanks
Code: Select all
u32int *ptr = (u32int*)0xA0000000;
And so, how will drivers works?
For example the video driver that points to 0xB8000 shuld generate an Exception, right?
Thanks