mirror of https://github.com/ipxe/ipxe.git
#ifdef 0 out the UNDI loader routine, since it refers to the obsolete
callback mechanism.pull/1/head
parent
73dbe41007
commit
792f34d228
|
@ -275,9 +275,11 @@ prefix_exit_end:
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* UNDI loader needs to be rewritten to use new mechanism */
|
||||||
|
#if 0
|
||||||
|
|
||||||
#ifdef PXE_EXPORT
|
#ifdef PXE_EXPORT
|
||||||
|
|
||||||
#include "callbacks.h"
|
|
||||||
#define PXENV_UNDI_LOADER 0x104d
|
#define PXENV_UNDI_LOADER 0x104d
|
||||||
|
|
||||||
.section ".prefix"
|
.section ".prefix"
|
||||||
|
@ -332,6 +334,8 @@ UNDILoader:
|
||||||
lret $2 /* Skip our PXE 'opcode' */
|
lret $2 /* Skip our PXE 'opcode' */
|
||||||
#endif /* PXE_EXPORT */
|
#endif /* PXE_EXPORT */
|
||||||
|
|
||||||
|
#endif /* 0 */
|
||||||
|
|
||||||
#ifdef DEBUG_ROMPREFIX
|
#ifdef DEBUG_ROMPREFIX
|
||||||
.section ".prefix"
|
.section ".prefix"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue