What happens when you lose the virtual address of the page directory?
问题 I'm writing a memory manager for my kernel (32 bit x86) In the course of this... I'm facing a bit of a dilemma.... Description of virtual memory map: Identity map of first 4 Mb Virtual address 0xC0000000 mapped to physical address 0x100000 (Also a 4 Mb map) My page directory is at physical address 0x9c000. My page table 1 is at physical address 0x9d000. My page table 2 is at physical addres 0x9e000. (I need only two page tables here :) ... These correspond to the identity map and higher