Explorar el Código

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 hace 17 años
padre
commit
de2fc50f4c
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7
    0
      src/arch/i386/prefix/kpxeprefix.S

+ 7
- 0
src/arch/i386/prefix/kpxeprefix.S Ver fichero

@@ -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…
Cancelar
Guardar