diff options
| author | Michael Brown | 2007-01-04 20:35:10 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-01-04 20:35:10 +0100 |
| commit | de2fc50f4cd46144833315338f6518d3b238d4e5 (patch) | |
| tree | e3854fcba94010fbc0db26b44cff0d6ce7888770 /src/arch/i386 | |
| parent | Don't include __FUNCTION__ in assert() messages; it was causing the (diff) | |
| download | ipxe-de2fc50f4cd46144833315338f6518d3b238d4e5.tar.gz ipxe-de2fc50f4cd46144833315338f6518d3b238d4e5.tar.xz ipxe-de2fc50f4cd46144833315338f6518d3b238d4e5.zip | |
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.
Diffstat (limited to 'src/arch/i386')
| -rw-r--r-- | src/arch/i386/prefix/kpxeprefix.S | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/kpxeprefix.S b/src/arch/i386/prefix/kpxeprefix.S new file mode 100644 index 000000000..034312912 --- /dev/null +++ b/src/arch/i386/prefix/kpxeprefix.S @@ -0,0 +1,7 @@ +/***************************************************************************** + * PXE prefix that keep the PXE stack present + ***************************************************************************** + */ + +#define PXELOADER_KEEP_ALL +#include "pxeprefix.S" |
