Просмотр исходного кода

NBI is due for removal

tags/v0.9.3
Michael Brown 20 лет назад
Родитель
Сommit
190276a8b6
1 измененных файлов: 5 добавлений и 0 удалений
  1. 5
    0
      src/arch/i386/image/nbi.c

+ 5
- 0
src/arch/i386/image/nbi.c Просмотреть файл

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

Загрузка…
Отмена
Сохранить