| plan 9 kernel history: overview | file list | diff list |
1992/0530/boot/boot.c (diff list | history)
| 1992/0522/sys/src/9/boot/boot.c:14,19 – 1992/0530/sys/src/9/boot/boot.c:14,20 (short | long | prev | next) | ||
| 1992/0317 | char username[NAMELEN]; | |
| 1992/0325 | char *sauth; | |
| 1992/0522 | char bootfile[3*NAMELEN]; | |
| 1992/0530 | char conffile[NAMELEN]; | |
| 1992/0317 | int mflag; int fflag; | |
| 1992/0522/sys/src/9/boot/boot.c:21,29 – 1992/0530/sys/src/9/boot/boot.c:22,29 | ||
| 1992/0322 | int aflag; | |
| 1992/0323 | int pflag; | |
| 1992/0317 |
| |
| 1992/0530 | static void swapproc(void); static Method *rootserver(char*); | |
| 1992/0317 | void | |
| 1992/0522 | boot(int argc, char *argv[]) | |
| 1992/0522/sys/src/9/boot/boot.c:64,69 – 1992/0530/sys/src/9/boot/boot.c:64,70 | ||
| 1992/0317 | readenv("cputype", cputype, sizeof(cputype)); readenv("terminal", terminal, sizeof(cputype)); | |
| 1992/0530 | getconffile(conffile, terminal); | |
| 1992/0317 | /* * pick a method and initialize it | |
| 1992/0522/sys/src/9/boot/boot.c:171,177 – 1992/0530/sys/src/9/boot/boot.c:172,178 | ||
| 1992/0520 | return 0; /* not reached */ | |
| 1992/0317 | } | |
| 1992/0530 | static void | |
| 1992/0317 | swapproc(void) { int fd; | |