| plan 9 kernel history: overview | file list | diff list |
1992/0522/boot/boot.h (diff list | history)
| 1992/0325/sys/src/9/boot/boot.h:20,25 – 1992/0522/sys/src/9/boot/boot.h:20,26 (short | long | prev | next) | ||
|
Add bootfile, boot, bboot.
rsc Fri Mar 4 12:44:25 2005 | ||
| 1992/0318 | extern char sys[2*NAMELEN]; extern char terminal[NAMELEN]; extern char username[NAMELEN]; | |
| 1992/0522 | extern char bootfile[3*NAMELEN]; | |
| 1992/0325 | extern char *sauth; | |
| 1992/0317 | /* libc equivalent */ | |
| 1992/0325/sys/src/9/boot/boot.h:41,46 – 1992/0522/sys/src/9/boot/boot.h:42,49 | ||
| 1992/0317 | extern void srvcreate(char*, int); | |
| 1992/0318 | extern void userpasswd(int, Method*); extern void warning(char*); | |
| 1992/0522 | extern void boot(int, char **); extern void bboot(int, char **); | |
| 1992/0317 | /* methods */ extern void config9600(Method*); | |