As we now alloc the framebuffer a lot of memory is consumed by it, bump the
heapsize so we have enough memory to do other things (like preloading a kernel
from tftp).
MFC after: 2 weeks
Sponsored by: Beckhoff Automation GmbH & Co. KG
Differential D33598
loader: efi: Bump the heap from 64 to 128MB. manu on Dec 21 2021, 8:50 AM. Authored by Tags None Referenced Files
Subscribers
Details
As we now alloc the framebuffer a lot of memory is consumed by it, bump the MFC after: 2 weeks
Diff Detail
Event TimelineComment Actions I think, we probably should allocate shadow fb outside of heap (for UEFI loader, with BS->AllocatePages()), however, this is a bit complicated with BIOS loader. Comment Actions In the meantime even using a 1280x1080 screen is enough to break tftp preloading so I don't see some quicker solution. Comment Actions I did create alternate option: https://reviews.freebsd.org/D33600 - if you could test it... :) |