Page 2 of 2
Re:Problems understanding paging
Posted: Sun Jul 04, 2004 1:57 pm
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...
Re:Problems understanding paging
Posted: Mon Jul 05, 2004 12:20 pm
by Neo
and when u enable paging is the same address mapped to itself?
Re:Problems understanding paging
Posted: Tue Jul 06, 2004 8:20 am
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.