Browse Source

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

 callback mechanism.
tags/v0.9.3
Michael Brown 19 years ago
parent
commit
792f34d228
1 changed files with 7 additions and 3 deletions
  1. 7
    3
      src/arch/i386/prefix/romprefix.S

+ 7
- 3
src/arch/i386/prefix/romprefix.S View File

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

Loading…
Cancel
Save