Annotation of researchv9/sys.vax/h/trap.h, revision 1.1

1.1     ! root        1: /*
        !             2:  * Trap type values
        !             3:  */
        !             4: 
        !             5: /* The first three constant values are known to the real world <signal.h> */
        !             6: #define        RESADFLT        0               /* reserved addressing fault */
        !             7: #define        PRIVINFLT       1               /* privileged instruction fault */
        !             8: #define        RESOPFLT        2               /* reserved operand fault */
        !             9: /* End of known constants */
        !            10: #define        BPTFLT          3               /* bpt instruction fault */
        !            11: #define        XFCFLT          4               /* xfc instruction fault */
        !            12: #define        SYSCALL         5               /* chmk instruction (syscall trap) */
        !            13: #define        ARITHTRAP       6               /* arithmetic trap */
        !            14: #define        ASTFLT          7               /* software level 2 trap (ast deliv) */
        !            15: #define        SEGFLT          8               /* segmentation fault */
        !            16: #define        PROTFLT         9               /* protection fault */
        !            17: #define        TRCTRAP         10              /* trace trap */
        !            18: #define        COMPATFLT       11              /* compatibility mode fault */
        !            19: #define        PAGEFLT         12              /* page fault */
        !            20: #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.