]> Zhao Yanbai Git Server - minix.git/commitdiff
DEV_BOOT is obsolete.
authorBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 16:50:01 +0000 (16:50 +0000)
committerBen Gras <ben@minix3.org>
Thu, 11 Dec 2008 16:50:01 +0000 (16:50 +0000)
include/minix/dmap.h

index 1b15b0e9aa03fff465200369d5fbcd15357f62a6..4848df887ac8b140fb50c5076582eef9dcfdfa83 100644 (file)
@@ -27,7 +27,6 @@ enum dev_style { STYLE_DEV, STYLE_NDEV, STYLE_TTY, STYLE_CLONE };
 
 /* Full device numbers that are special to the boot monitor and FS. */
 #  define DEV_RAM            0x0100    /* device number of /dev/ram */
-#  define DEV_BOOT           0x0104    /* device number of /dev/boot */
 #  define DEV_IMGRD          0x0106    /* device number of /dev/imgrd */
 
 #define FLOPPY_MAJOR              2    /* major device for floppy disks */