2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-12-14 15:21:32 +00:00

Add as a separate file so that we can do "make bin/xxxx.kpxe" rather than

having to edit PXELOADER_KEEP_ALL as a config option.
This commit is contained in:
Michael Brown 2007-01-04 19:35:10 +00:00
parent 350603cb86
commit de2fc50f4c

View File

@ -0,0 +1,7 @@
/*****************************************************************************
* PXE prefix that keep the PXE stack present
*****************************************************************************
*/
#define PXELOADER_KEEP_ALL
#include "pxeprefix.S"