Re: No way of setting up paging
Posted: Thu Oct 24, 2019 5:00 am
That's exactly what it covers - how to manipulate page tables, either the current one or another one. You should read the articles I linked to there.
The Place to Start for Operating System Developers
http://f.osdev.org/
You can keep an array of CR3 page directory values. If an element contains 0, you can add a page address to create a new directory.abcd wrote:Thank you for the suggestion, but it still doesn’t cover how to allocate a new page directory...iansjack wrote:Perhaps you should read this recent thread: viewtopic.php?f=1&t=35110