osresearch / safeboot-loader

Linux kernel module to use UEFI Block IO Protocol devices. Probably not a good idea.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can add_efi_memmap help?

jclab-joseph opened this issue · comments

https://www.kernel.org/doc/html/v5.14/admin-guide/kernel-parameters.html

Using add_efi_memmap seems to memmap the address of EFI.
I don't know much about low level.
I was wondering if this could help. Even if add_efi_memmap is used, is it a problem because the pagetable used by UEFI and the pagetable used by linux are different?