Browse Source

Currently unusable; do not attempt to compile

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
3b2f6e4585
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      src/interface/pxe/pxe_loader.c

+ 3
- 0
src/interface/pxe/pxe_loader.c View File

22
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22
  * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23
  */
23
  */
24
 
24
 
25
+#warning "Currently broken"
26
+#if 0
25
 #include "pxe.h"
27
 #include "pxe.h"
26
 
28
 
27
 /* PXENV_UNDI_LOADER
29
 /* PXENV_UNDI_LOADER
81
 	undi_loader->u.Status = PXENV_STATUS_SUCCESS;
83
 	undi_loader->u.Status = PXENV_STATUS_SUCCESS;
82
 	return PXENV_EXIT_SUCCESS;
84
 	return PXENV_EXIT_SUCCESS;
83
 }
85
 }
86
+#endif

Loading…
Cancel
Save