summaryrefslogtreecommitdiffstats
path: root/src/arch
diff options
context:
space:
mode:
authorMichael Brown2006-05-24 15:53:35 +0200
committerMichael Brown2006-05-24 15:53:35 +0200
commit190276a8b6cddf5f3dd46d2615971a7929f8aa2d (patch)
treee6765d950891968ba2f1135cfa6ec459cc18d77a /src/arch
parentWill be replaced with a block-device implementation. (diff)
downloadipxe-190276a8b6cddf5f3dd46d2615971a7929f8aa2d.tar.gz
ipxe-190276a8b6cddf5f3dd46d2615971a7929f8aa2d.tar.xz
ipxe-190276a8b6cddf5f3dd46d2615971a7929f8aa2d.zip
NBI is due for removal
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/i386/image/nbi.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/arch/i386/image/nbi.c b/src/arch/i386/image/nbi.c
index b7c13e593..c50a78c36 100644
--- a/src/arch/i386/image/nbi.c
+++ b/src/arch/i386/image/nbi.c
@@ -6,6 +6,9 @@
#include "etherboot.h"
#include "errno.h"
+#warning "This file is obsolete"
+#if 0
+
/** @file
*
* NBI image format.
@@ -410,3 +413,5 @@ struct image nbi_image __image = {
.load = nbi_load,
.boot = nbi_boot,
};
+
+#endif