Browse Source

Will be replaced with a block-device implementation.

tags/v0.9.3
Michael Brown 18 years ago
parent
commit
52125e158c
1 changed files with 5 additions and 0 deletions
  1. 5
    0
      src/arch/i386/drivers/bus/bios_disks.c

+ 5
- 0
src/arch/i386/drivers/bus/bios_disks.c View File

3
 #include "disk.h"
3
 #include "disk.h"
4
 #include "bios_disks.h"
4
 #include "bios_disks.h"
5
 
5
 
6
+#warning "This file is obsolete"
7
+#if 0
8
+
6
 #define CF ( 1 << 0 )
9
 #define CF ( 1 << 0 )
7
 #define BIOS_DISK_NONE 0
10
 #define BIOS_DISK_NONE 0
8
 
11
 
197
 			   struct bios_disk_device *bios_disk __unused ) {
200
 			   struct bios_disk_device *bios_disk __unused ) {
198
 
201
 
199
 }
202
 }
203
+
204
+#endif

Loading…
Cancel
Save