From: Ben Gras Date: Thu, 11 Dec 2008 16:50:01 +0000 (+0000) Subject: DEV_BOOT is obsolete. X-Git-Tag: v3.1.4~178 X-Git-Url: http://zhaoyanbai.com/repos/Bv9ARM.ch12.html?a=commitdiff_plain;h=0cd26cd1c08a08e879b37e13c2da8258a4f9512f;p=minix.git DEV_BOOT is obsolete. --- diff --git a/include/minix/dmap.h b/include/minix/dmap.h index 1b15b0e9a..4848df887 100644 --- a/include/minix/dmap.h +++ b/include/minix/dmap.h @@ -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 */