| plan 9 kernel history: overview | file list | diff list |
1999/0316/port/devroot.c (diff list | history)
| 1998/0512/sys/src/9/port/devroot.c:14,19 – 1999/0316/sys/src/9/port/devroot.c:14,22 (short | long | prev | next) | ||
| 1992/0213 | Qnet, | |
| 1995/1114 | Qnetalt, | |
| 1993/0501 | Qrecover, | |
| 1999/0316 | Qroot, /* boot root */ // add new entries above this | |
| 1993/0724 | Qboot, /* readable files */ | |
| 1991/1206 | ||
| 1998/0512 | Nfiles=13, /* max root files */ | |
| 1998/0512/sys/src/9/port/devroot.c:30,35 – 1999/0316/sys/src/9/port/devroot.c:33,39 | ||
| 1993/0724 | "net", {Qnet|CHDIR}, 0, 0777, | |
| 1995/1114 | "net.alt", {Qnetalt|CHDIR}, 0, 0777, | |
| 1993/0724 | "recover", {Qrecover}, 0, 0777, | |
| 1999/0316 | "root", {Qroot|CHDIR}, 0, 0777, | |
| 1990/0227 | }; | |
| 1993/0724 | static uchar *rootdata[Nfiles]; | |