mirror of https://github.com/acidanthera/audk.git
OvmfPkg/MicrovmX64: enable 1G pages
Reduces the memory footprint and speeds up booting. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Acked-by: Ard Biesheuvel <ardb@kernel.org>
This commit is contained in:
parent
b63e17d746
commit
04c5b3023e
|
@ -544,6 +544,9 @@
|
|||
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode|0x100
|
||||
gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData|0x100
|
||||
|
||||
# use 1G pages
|
||||
gEfiMdeModulePkgTokenSpaceGuid.PcdUse1GPageTable|TRUE
|
||||
|
||||
#
|
||||
# Network Pcds
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue