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:
parent
350603cb86
commit
de2fc50f4c
7
src/arch/i386/prefix/kpxeprefix.S
Normal file
7
src/arch/i386/prefix/kpxeprefix.S
Normal file
@ -0,0 +1,7 @@
|
||||
/*****************************************************************************
|
||||
* PXE prefix that keep the PXE stack present
|
||||
*****************************************************************************
|
||||
*/
|
||||
|
||||
#define PXELOADER_KEEP_ALL
|
||||
#include "pxeprefix.S"
|
Loading…
Reference in New Issue
Block a user