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/prefix/kpxeprefix.S
Michael Brown 8f8af10b22 New strategy: always stop both base code and UNDI. Always free base code
memory (unless we get an error while stopping the base code).  Leave UNDI
resident (though stopped) for .kpxe.

Still need to add code to record the device identification parameters
prior to stopping UNDI.
2007-01-08 03:48:26 +00:00

8 lines
280 B
ArmAsm

/*****************************************************************************
* PXE prefix that keep the UNDI portion of the PXE stack present
*****************************************************************************
*/
#define PXELOADER_KEEP_UNDI
#include "pxeprefix.S"