boot: bind #c to /dev with MREPL instead of MBEFORE to avoid double entries
This commit is contained in:
parent
8caec8564d
commit
3f4b45c4f1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ main(int argc, char *argv[])
|
|||
|
||||
fmtinstall('r', errfmt);
|
||||
|
||||
bind("#c", "/dev", MBEFORE);
|
||||
bind("#c", "/dev", MREPL);
|
||||
open("/dev/cons", OREAD);
|
||||
open("/dev/cons", OWRITE);
|
||||
open("/dev/cons", OWRITE);
|
||||
|
|
Loading…
Reference in a new issue