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...Neo wrote: just checking but have you linked ur kernel to run at the right address?
Problems understanding paging
Re:Problems understanding paging
Re:Problems understanding paging
and when u enable paging is the same address mapped to itself?
Only Human
Re:Problems understanding paging
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.Neo wrote: and when u enable paging is the same address mapped to itself?