]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r287934: Increase EFI staging size from 32MB to 48MB
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jan 2016 02:41:57 +0000 (02:41 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jan 2016 02:41:57 +0000 (02:41 +0000)
commit0a9a9827e27ad9b301f3c1406e7ad44f223f7068
treed3926ae16d1b4ce06831c0e57732eef9136b691b
parent7cc94bfa276174400d3b2a5d002178486e79a416
MFC r287934: Increase EFI staging size from 32MB to 48MB

The EFI boot loader allocates a single chunk of contiguous memory to
hold the kernel, modules, and any other loaded data.  This memory block
is relocated to the kernel's expected location during the transfer of
control from the loader to the kernel.

PR: 201679

git-svn-id: svn://svn.freebsd.org/base/stable/10@293300 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/boot/efi/loader/copy.c