Annotation of lucent/sys/src/9/pc/f002536, revision 1.1.1.1

1.1       root        1: #include       "u.h"
                      2: #include       "../port/lib.h"
                      3: #include       "mem.h"
                      4: #include       "dat.h"
                      5: #include       "fns.h"
                      6: #include       "io.h"
                      7: 
                      8: static void
                      9: genericreset(void)
                     10: {
                     11:        print("Reset the machine!\n");
                     12:        for(;;);
                     13: }
                     14: 
                     15: PCArch generic =
                     16: {
                     17:        "generic",
                     18:        i8042reset,
                     19:        0,
                     20:        0,
                     21:        0,
                     22:        0,
                     23:        0,
                     24:        0,
                     25:        0,
                     26: };

unix.superglobalmegacorp.com

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