Unmap efiloader remnants once we're in the kernel #64
Labels
A-x86_64
Affects the x86_64 architecture
C-bootloader
Component: bootloader (combine with arch label)
C-kernel
Component: kernel
We need to map loader code and data into the kernel's page tables in
efiloader
as we jump into the kernel, so we can continue fetching code once we switch to them, but before we jump into the kernel. However, it's not great to keep it lingering around for no reason, as we want to reclaim the physical memory.The text was updated successfully, but these errors were encountered: