Memory after UEFI ExitBootServices
Posted: Thu Feb 18, 2016 8:40 am
Hello, UEFI uses a flat memory model where virtual equals physical memory. During normal UEFI application processing I use AllocatePage() and FreePage(), but at a certain time I call GetMemoryMap() and ExitBootServices(). Can I at that time 'movl %cr3, %eax' and than work with the page tables?