DEV_BOOT is obsolete.
This commit is contained in:
parent
0cd26cd1c0
commit
73e3431dfd
1 changed files with 0 additions and 3 deletions
|
@ -1088,9 +1088,6 @@ dev_t name2dev(char *name)
|
|||
if (strcmp(n, "ram") == 0) {
|
||||
dev= DEV_RAM;
|
||||
} else
|
||||
if (strcmp(n, "boot") == 0) {
|
||||
dev= DEV_BOOT;
|
||||
} else
|
||||
if (n[0] == 'f' && n[1] == 'd' && numeric(n+2)) {
|
||||
/* Floppy. */
|
||||
tmpdev.device= a2l(n+2);
|
||||
|
|
Loading…
Reference in a new issue