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)
Sun, Oct 12, 8:36 AM
Unknown Object (File)
Sat, Oct 11, 9:54 PM
Unknown Object (File)
Sat, Oct 11, 9:54 PM
Unknown Object (File)
Sat, Oct 11, 12:43 PM
Unknown Object (File)
Mon, Sep 15, 11:52 PM
Unknown Object (File)
Sep 1 2025, 5:37 AM
Unknown Object (File)
Aug 4 2025, 5:43 AM
Unknown Object (File)
Jul 12 2025, 2:10 AM
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