HomeFreeBSD

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

Description

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

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

Reviewed by: manu
Differential Revision: https://reviews.freebsd.org/D33600
MFC after: 2 weeks

Details

Provenance
tsoomeAuthored on Dec 17 2021, 1:10 PM
Reviewer
manu
Differential Revision
D33600: loader.efi: to preserve heap space, use AllocatePages() for shadow_fb
Parents
rGd34632a235dc: sound(4): Fix a typo in a source code comment
Branches
Unknown
Tags
Unknown