Page MenuHomeFreeBSD

D33598.diff
No OneTemporary

D33598.diff

Index: stand/efi/loader/efi_main.c
===================================================================
--- stand/efi/loader/efi_main.c
+++ stand/efi/loader/efi_main.c
@@ -92,7 +92,7 @@
(void)console_control->SetMode(console_control,
EfiConsoleControlScreenText);
- heapsize = 64 * 1024 * 1024;
+ heapsize = 128 * 1024 * 1024;
status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
EFI_SIZE_TO_PAGES(heapsize), &heap);
if (status != EFI_SUCCESS) {

File Metadata

Mime Type
text/plain
Expires
Tue, Jan 14, 5:59 AM (21 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15791612
Default Alt Text
D33598.diff (474 B)

Event Timeline