Problems understanding 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.
Freanan

Re:Problems understanding paging

Post by Freanan »

Neo wrote: just checking but have you linked ur kernel to run at the right address?
I am not 100% sure, if this is what you mean, but i linked the kernel to start at the adress 0x1000, and setting up gdt, enabling pmode and installing some interrupt handlers inside an idt worked so far...
User avatar
Neo
Member
Member
Posts: 842
Joined: Wed Oct 18, 2006 9:01 am

Re:Problems understanding paging

Post by Neo »

and when u enable paging is the same address mapped to itself?
Only Human
Freanan

Re:Problems understanding paging

Post by Freanan »

Neo wrote: and when u enable paging is the same address mapped to itself?
Hm, i suppose it is linked to itself, because my pages start at adress 0 and a new page in the page table has a starting adress just 4kb after the last one.
Post Reply