Paging ideas

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
OSMAN

Paging ideas

Post by OSMAN »

Hi!
I was wondering that how could I (or could I) do the paging by using the pointers to the arrays page_table and page_directory for the kernel memory, and then use pde, pte,... "bitmap" array structures for run-time allocation in the space of user? I'd like to have a physical boundary between the kernel memory and application memory in the very bottom level, and so that they wouldn't overlap in any case, and that the kernel would handle them in different ways as I described above.
What do you think? (If you get what I mean) ;D
Post Reply