Page MenuHomeFreeBSD

loader.efi: to preserve heap space, use AllocatePages() for shadow_fb
ClosedPublic

Authored by tsoome on Dec 21 2021, 12:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Mar 28, 5:35 PM
Unknown Object (File)
Thu, Mar 19, 8:40 AM
Unknown Object (File)
Mon, Mar 9, 6:40 PM
Unknown Object (File)
Mon, Mar 9, 1:18 AM
Unknown Object (File)
Sat, Mar 7, 7:42 PM
Unknown Object (File)
Feb 28 2026, 8:39 AM
Unknown Object (File)
Feb 8 2026, 9:29 AM
Unknown Object (File)
Feb 7 2026, 8:22 PM
Subscribers

Details

Summary

shadow FB size could be rather large and depends on resolution,
instead of using heap, allocate dedicated space outside of heap.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable