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.
About Page Directory
- thepowersgang
- Member
- Posts: 734
- Joined: Tue Dec 25, 2007 6:03 am
- Libera.chat IRC: thePowersGang
- Location: Perth, Western Australia
- Contact:
Re: About Page Directory
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
Acess2 OS (c) | Tifflin OS (rust) | mrustc - Rust compiler
Currently Working on: mrustc
Re: About Page Directory
Hi,
The page directory does not exist until you create it. The base is therefore wherever you like (page aligned!).
Cheers,
Adam
The page directory does not exist until you create it. The base is therefore wherever you like (page aligned!).
Cheers,
Adam