mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-15 07:41:45 +00:00
8f8af10b22
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.
8 lines
280 B
ArmAsm
8 lines
280 B
ArmAsm
/*****************************************************************************
|
|
* PXE prefix that keep the UNDI portion of the PXE stack present
|
|
*****************************************************************************
|
|
*/
|
|
|
|
#define PXELOADER_KEEP_UNDI
|
|
#include "pxeprefix.S"
|