Annotation of 40BSD/sys/h/trap.h, revision 1.1

1.1     ! root        1: /*     trap.h  4.1     11/9/80 */
        !             2: 
        !             3: /*
        !             4:  * Trap type values
        !             5:  *
        !             6:  * NB: OFFSETS HERE ARE ALSO DEFINED IN trap.m
        !             7:  */
        !             8: 
        !             9: #define        RESADFLT        0               /* reserved addressing fault */
        !            10: #define        PRIVINFLT       1               /* privileged instruction fault */
        !            11: #define        BPTFLT          2               /* bpt instruction fault */
        !            12: #define        XFCFLT          3               /* xfc instruction fault */
        !            13: #define        RESOPFLT        4               /* reserved operand fault */
        !            14: #define        SYSCALL         5               /* chmk instruction (syscall trap) */
        !            15: #define        ARITHTRAP       6               /* arithmetic trap */
        !            16: #define        RESCHED         7               /* software level 1 trap
        !            17:                                           (reschedule trap) */
        !            18: #define        SEGFLT          8               /* segmentation fault */
        !            19: #define        PROTFLT         9               /* protection fault */
        !            20: #define        TRCTRAP         10              /* trace trap */
        !            21: #define        COMPATFLT       11              /* compatibility mode fault */
        !            22: #define        PAGEFLT         12              /* page fault */
        !            23: #define        TABLEFLT        13              /* page table fault */

unix.superglobalmegacorp.com

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