Browse Source

NBI is due for removal

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
190276a8b6
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/arch/i386/image/nbi.c

+ 5
- 0
src/arch/i386/image/nbi.c View File

6
 #include "etherboot.h"
6
 #include "etherboot.h"
7
 #include "errno.h"
7
 #include "errno.h"
8
 
8
 
9
+#warning "This file is obsolete"
10
+#if 0
11
+
9
 /** @file
12
 /** @file
10
  *
13
  *
11
  * NBI image format.
14
  * NBI image format.
410
 	.load	= nbi_load,
413
 	.load	= nbi_load,
411
 	.boot	= nbi_boot,
414
 	.boot	= nbi_boot,
412
 };
415
 };
416
+
417
+#endif

Loading…
Cancel
Save