Annotation of lucent/sys/src/9/next/f002518, revision 1.1.1.1

1.1       root        1: #include <u.h>
                      2: #include <libc.h>
                      3: #include "../boot/boot.h"
                      4: 
                      5: Method method[]={
                      6:        { "il", configil, authil, connectil,  },
                      7:        { "tcp", configtcp, authtcp, connecttcp,  },
                      8:        { 0 },
                      9: };
                     10: int cpuflag = 0;
                     11: void (*pword)(int, Method*) = userpasswd;
                     12: char* bootdisk = "#w1/sd1";
                     13: extern void boot(int, char**);
                     14: void
                     15: main(int argc, char **argv)
                     16: {
                     17:        boot(argc, argv);
                     18: }
                     19: int (*cfs)(int) = 0;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.