Sfoglia il codice sorgente

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.
tags/v0.9.3
Michael Brown 17 anni fa
parent
commit
de2fc50f4c
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7
    0
      src/arch/i386/prefix/kpxeprefix.S

+ 7
- 0
src/arch/i386/prefix/kpxeprefix.S Vedi File

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

Loading…
Annulla
Salva