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