mirror of
https://github.com/ipxe/ipxe
synced 2025-12-15 00:12:19 +03: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:
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"
|
||||||
Reference in New Issue
Block a user