Date: Thu, 24 Oct 2002 00:53:12 -0700 (PDT) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/efi/libefi bootinfo.c efiboot.h elf_freebsd.c Message-ID: <200210240753.g9O7rCeH075960@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2002/10/24 00:53:12 PDT
Modified files:
sys/boot/efi/libefi bootinfo.c efiboot.h elf_freebsd.c
Log:
o Fix a size calculation based on a 8KB page, while under EFI
pages are 4KB.
o As a second order fix, don't assume we have enough space
after the bootinfo block left in a page to hold the memory
map.
o A third order fix as that we removed the assumption that a
bootinfo block fits in a single 8KB page.
PR: ia64/39415
submitted by: Espen Skoglund <esk@ira.uka.de>
Revision Changes Path
1.7 +15 -12 src/sys/boot/efi/libefi/bootinfo.c
1.7 +1 -1 src/sys/boot/efi/libefi/efiboot.h
1.9 +20 -4 src/sys/boot/efi/libefi/elf_freebsd.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210240753.g9O7rCeH075960>
