소스 검색

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"

Loading…
취소
저장