About Page Directory

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
huxuelei
Member
Member
Posts: 35
Joined: Tue May 27, 2008 8:32 am

About Page Directory

Post by huxuelei »

Hi , I want to know how to determine the base address of the Page Directory.
When I enabling the paging, my got a GP exception. I don't know how to solve this problem.
User avatar
thepowersgang
Member
Member
Posts: 734
Joined: Tue Dec 25, 2007 6:03 am
Libera.chat IRC: thePowersGang
Location: Perth, Western Australia
Contact:

Re: About Page Directory

Post by thepowersgang »

You didn't give much information so i can only suggest looking in the wiki: http://wiki.osdev.org/Paging
Kernel Development, It's the brain surgery of programming.
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: About Page Directory

Post by AJ »

Hi,

The page directory does not exist until you create it. The base is therefore wherever you like (page aligned!).

Cheers,
Adam
Post Reply