| plan 9 kernel history: overview | file list | diff list |
1997/0812/boot/boot.c (diff list | history)
| 1997/0327/sys/src/9/boot/boot.c:116,124 – 1997/0812/sys/src/9/boot/boot.c:116,124 (short | long | prev | next) | ||
| 1992/0317 | * create the name space, mount the root fs */ if(bind("/", "/", MREPL) < 0) | |
| 1997/0812 | fatal("bind /"); | |
| 1993/0330 | if(mount(fd, "/", MAFTER|MCREATE, "") < 0) | |
| 1997/0812 | fatal("mount /"); | |
| 1992/0317 | close(fd); /* | |