| plan 9 kernel history: overview | file list | diff list |
1992/0318/boot/local.c (diff list | history)
| 1992/0317/sys/src/9/boot/local.c:30,36 – 1992/0318/sys/src/9/boot/local.c:30,36 (short | long | prev | next) | ||
| 1992/0317 | if(stat("/kfs", d) < 0) return -1; | |
| 1992/0318 | sprint(partition, "%sfs", disk ? disk : bootdisk); | |
| 1992/0317 | if(stat(partition, d) < 0) return -1; | |