Page MenuHomeFreeBSD

kboot: Method to populate the avail array from EFI map
ClosedPublic

Authored by imp on Apr 16 2025, 7:23 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 17, 3:33 PM
Unknown Object (File)
Tue, Feb 17, 3:33 PM
Unknown Object (File)
Mon, Feb 16, 1:14 PM
Unknown Object (File)
Sun, Feb 8, 11:29 PM
Unknown Object (File)
Jan 17 2026, 10:00 AM
Unknown Object (File)
Jan 15 2026, 5:57 PM
Unknown Object (File)
Jan 12 2026, 2:27 PM
Unknown Object (File)
Jan 6 2026, 4:04 AM
Subscribers

Details

Summary

If we can get an efi memory map, populate_avail_from_efi will create an
avail array. We only use the regiions marked as 'free' to find a place
for the kernel to land. The other regions are also eligible, but usually
too small to materially affect where we'd put the kernel (not to worry,
the kernel will use that memory).

Sponsored by: Netflix

Diff Detail

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