summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/prefix
diff options
context:
space:
mode:
authorMichael Brown2007-01-04 20:35:10 +0100
committerMichael Brown2007-01-04 20:35:10 +0100
commitde2fc50f4cd46144833315338f6518d3b238d4e5 (patch)
treee3854fcba94010fbc0db26b44cff0d6ce7888770 /src/arch/i386/prefix
parentDon't include __FUNCTION__ in assert() messages; it was causing the (diff)
downloadipxe-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/prefix')
-rw-r--r--src/arch/i386/prefix/kpxeprefix.S7
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"