Annotation of xinu/sys/TEST/test.c.buserr, revision 1.1

1.1     ! root        1: /* test.c - main */
        !             2: 
        !             3: /*------------------------------------------------------------------------
        !             4:  *  main  --  force bus error
        !             5:  *------------------------------------------------------------------------
        !             6:  */
        !             7: main()
        !             8: {
        !             9:        int     *buserr;
        !            10: 
        !            11:        kprintf ("about to force bus error\n");
        !            12:        buserr = (int *) 0xfffff000;
        !            13:        *buserr = 0;
        !            14: }

unix.superglobalmegacorp.com

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