aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linuxkpi/(public-mirror)
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2026-09-24 06:48:16 +0000
committerWarner Losh <imp@FreeBSD.org>2026-09-24 06:59:42 +0000
commit85fb40bad584e7d8c503e5a99bb81cc2d3cf9fee (patch)
tree0be136fc2ba74b5af6a217a4408be874dead50db /sys/modules/linuxkpi/(public-mirror)
parente960cb4c033c8f65af1e8b09310c1bd5414f21ac (diff)
loader.efi: Use EfiLoaderData memory type for ram disksHEADmain
For the images we read into the memory, use EfiLoaderData memory type instead of EfiReservedMemoryType. The kernel handles the former properly and won't reallocate it. While the latter isn't necessarily mapped, which can cause ram disks to fault when loaded. memdisk_uefi.efi used the latter type, but also registered the device as an ACPI RAM disk, which we don't do. Fixes: afee781523e45 Sponsored by: Netflix
Diffstat (limited to 'sys/modules/linuxkpi/(public-mirror)')
0 files changed, 0 insertions, 0 deletions