david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/arch/i386/image
Stefan Hajnoczi 2eeb711560 [multiboot] Build memory map after shutting down and unhiding gPXE
The Multiboot memory map needs to be built after unhiding gPXE and
downloaded images from memory.  Solaris faults during boot when trying
to access the ramdisk, which is hidden from the memory map while gPXE is
executing.  This issue is fixed by using the memory map from after gPXE
unhides itself.

Reported-by: Moinak Ghosh <moinakg@belenix.org>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
2009-12-14 17:58:38 +00:00
..
bootsector.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
bzimage.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
com32.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
comboot.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
elfboot.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
eltorito.c [legal] Add a selection of FILE_LICENCE declarations 2009-05-18 08:33:25 +01:00
multiboot.c [multiboot] Build memory map after shutting down and unhiding gPXE 2009-12-14 17:58:38 +00:00
nbi.c [netdevice] Kill off the various guess_boot_netdev() functions 2008-11-21 20:34:42 +00:00
pxe_image.c [pxe] Create pxe_[de]activate() wrapper functions 2009-06-28 20:11:32 +01:00