| plan 9 kernel history: overview | file list | diff list |
1992/0321/boot/local.c (diff list | history)
| 1992/0318/sys/src/9/boot/local.c:33,39 – 1992/0321/sys/src/9/boot/local.c:33,39 (short | long | prev | next) | ||
| 1992/0318 | sprint(partition, "%sfs", disk ? disk : bootdisk); | |
| 1992/0317 | if(stat(partition, d) < 0) return -1; | |
| 1992/0321 | print("kfs..."); | |
| 1992/0317 | if(bind("#c", "/dev", MREPL) < 0) fatal("bind #c"); if(bind("#p", "/proc", MREPL) < 0) | |