Recursive page directory
Posted: Wed Aug 09, 2006 6:37 am
Hi!
I've got a problem with my recursive page directory (you know, mapping the page directory into itself...): I can only read out or write to the entries, which are currently mapped...or I get a page fault. But I need to write to the unmapped entries to map new pages into virtual memory, so this sucks...
I really don't have any clue, why I get a page fault...I did it nearly the same way in my previous kernel.
hmm...dunno how to express this better... :-\
Thanks in advance!
michelle
I've got a problem with my recursive page directory (you know, mapping the page directory into itself...): I can only read out or write to the entries, which are currently mapped...or I get a page fault. But I need to write to the unmapped entries to map new pages into virtual memory, so this sucks...
I really don't have any clue, why I get a page fault...I did it nearly the same way in my previous kernel.
hmm...dunno how to express this better... :-\
Thanks in advance!
michelle