Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151438433
D2053.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
761 B
Referenced Files
None
Subscribers
None
D2053.id.diff
View Options
Index: head/sys/boot/amd64/efi/conf.c
===================================================================
--- head/sys/boot/amd64/efi/conf.c
+++ head/sys/boot/amd64/efi/conf.c
@@ -44,6 +44,7 @@
&cd9660_fsops,
&nfs_fsops,
&gzipfs_fsops,
+ &bzipfs_fsops,
NULL
};
Index: head/sys/boot/efi/libefi/libefi.c
===================================================================
--- head/sys/boot/efi/libefi/libefi.c
+++ head/sys/boot/efi/libefi/libefi.c
@@ -102,7 +102,7 @@
(void)console_control->SetMode(console_control,
EfiConsoleControlScreenText);
- heapsize = 2 * 1024 * 1024;
+ heapsize = 3 * 1024 * 1024;
status = BS->AllocatePages(AllocateAnyPages, EfiLoaderData,
EFI_SIZE_TO_PAGES(heapsize), &heap);
if (status != EFI_SUCCESS)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 10:08 AM (21 h, 28 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31151225
Default Alt Text
D2053.id.diff (761 B)
Attached To
Mode
D2053: Enable bzipfs support in the EFI loader.
Attached
Detach File
Event Timeline
Log In to Comment