david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

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
1 changed files with 7 additions and 0 deletions

View File

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