| plan 9 kernel history: overview | file list | diff list |
1992/0610/boot/boot.c (diff list | history)
| 1992/0609/sys/src/9/boot/boot.c:40,45 – 1992/0610/sys/src/9/boot/boot.c:40,49 (short | long | prev | next) | ||
| 1992/0317 | open("#c/cons", OWRITE); open("#c/cons", OWRITE); | |
| 1992/0610 | /* for(fd = 0; fd < argc; fd++) print("%s ", argv[fd]); print("\n");/**/ | |
| 1992/0317 | ARGBEGIN{ | |
| 1992/0322 | case 'a': aflag = 1; | |
| 1992/0609/sys/src/9/boot/boot.c:62,69 – 1992/0610/sys/src/9/boot/boot.c:66,73 | ||
| 1992/0317 | break; }ARGEND | |
| 1992/0610 | readfile("#e/cputype", cputype, sizeof(cputype)); readfile("#e/terminal", terminal, sizeof(cputype)); | |
| 1992/0530 | getconffile(conffile, terminal); | |
| 1992/0317 | /* | |