Advertisement
grahamperrin

FreeBSD 13.1: UEFI boot is improved for amd64. The loader detects whether the loaded kernel can …

Apr 24th, 2022
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. UEFI boot is improved for amd64. The loader detects whether the loaded kernel can handle the in-place staging area (non-copying mode). The default is copy_staging auto. Auto-detection can be overridden, for example: with copy_staging enable, the loader will unconditionally copy the staging area to 2M, regardless of kernel capabilities. Also, the code to grow the staging area is more robust; for growth to occur, it's no longer necessary to hand-tune and recompile the loader. (Sponsored by the FreeBSD Foundation)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement