Question towards segementation and paging

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
matott
Posts: 3
Joined: Sun Apr 03, 2005 12:00 am

Question towards segementation and paging

Post by matott »

Hi guys,
I'm developing a small operating system to teach me some theoretics and do some pratical work.
But I've a question towards paging and segementation. If I set up the base address for a segement when paging is enabled with an own page dir. for each segement, is the correct base address 0x0, because we refer to the first byte in the page dir?
And how does page mapping exactly work?

Maybe be you can give me some links or book recommendations towards this topic.

thanks
Last edited by matott on Sun Aug 14, 2005 11:00 pm, edited 1 time in total.
Post Reply