| plan 9 kernel history: overview | file list | diff list |
1994/0317/boot/boot.c (diff list | history)
| 1994/0311/sys/src/9/boot/boot.c:13,19 – 1994/0317/sys/src/9/boot/boot.c:13,19 (short | long | prev | next) | ||
| 1992/0317 | char username[NAMELEN]; | |
| 1992/0522 | char bootfile[3*NAMELEN]; | |
| 1992/0530 | char conffile[NAMELEN]; | |
| 1994/0311 |
| |
| 1994/0317 | char reply[256]; | |
| 1993/0501 | int printcol; int mflag; int fflag; | |
| 1994/0311/sys/src/9/boot/boot.c:21,31 – 1994/0317/sys/src/9/boot/boot.c:21,33 | ||
| 1993/0501 | int aflag; int pflag; int afd = -1; | |
| 1994/0317 | char *bargv[Nbarg]; int bargc; | |
| 1992/0530 | static void swapproc(void); | |
| 1993/0501 | static void recover(Method*); | |
| 1992/0530 | static Method *rootserver(char*); | |
| 1994/0311 |
| |
| 1992/0317 | void | |
| 1992/0522 | boot(int argc, char *argv[]) | |
| 1994/0311/sys/src/9/boot/boot.c:213,219 – 1994/0317/sys/src/9/boot/boot.c:215,221 | ||
| 1992/0317 | outin(prompt, reply, sizeof(reply)); | |
| 1994/0311 | mp = findmethod(reply); if(mp){ | |
| 1994/0317 | for(cp = reply; bargc < Nbarg-1 && *cp; cp++){ | |
| 1994/0311 | while(*cp && *cp != ' ') cp++; while(*cp == ' ') | |