浏览代码

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 年前
父节点
当前提交
de2fc50f4c
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      src/arch/i386/prefix/kpxeprefix.S

+ 7
- 0
src/arch/i386/prefix/kpxeprefix.S 查看文件

@@ -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"

正在加载...
取消
保存