2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-15 07:41:45 +00:00
xNBA/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"