瀏覽代碼

#ifdef 0 out the UNDI loader routine, since it refers to the obsolete

 callback mechanism.
tags/v0.9.3
Michael Brown 19 年之前
父節點
當前提交
792f34d228
共有 1 個檔案被更改,包括 7 行新增3 行删除
  1. 7
    3
      src/arch/i386/prefix/romprefix.S

+ 7
- 3
src/arch/i386/prefix/romprefix.S 查看文件

274
 	.previous
274
 	.previous
275
 
275
 
276
 	
276
 	
277
-	
277
+
278
+/* UNDI loader needs to be rewritten to use new mechanism */
279
+#if 0
280
+		
278
 #ifdef 	PXE_EXPORT
281
 #ifdef 	PXE_EXPORT
279
 
282
 
280
-#include "callbacks.h"
281
 #define PXENV_UNDI_LOADER		0x104d
283
 #define PXENV_UNDI_LOADER		0x104d
282
 
284
 
283
 	.section ".prefix"
285
 	.section ".prefix"
331
 	call	deprelocate
333
 	call	deprelocate
332
 	lret	$2			/* Skip our PXE 'opcode' */
334
 	lret	$2			/* Skip our PXE 'opcode' */
333
 #endif	/* PXE_EXPORT */
335
 #endif	/* PXE_EXPORT */
334
-		
336
+
337
+#endif /* 0 */
338
+			
335
 #ifdef DEBUG_ROMPREFIX
339
 #ifdef DEBUG_ROMPREFIX
336
 	.section ".prefix"
340
 	.section ".prefix"
337
 
341
 

Loading…
取消
儲存