|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 390 (0x186)
Types: TextFile
Notes: UNIX file
Names: »trap.h«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/include/sys/trap.h«
/* * @(#)trap.h 3.3 8/17/83 * @(#)Copyright (C) 1983 by National Semiconductor Corp. */ /* * Trap type values */ #define NVITRAP 0 #define NMITRAP 1 #define ABTTRAP 2 #define FPUTRAP 3 #define ILLTRAP 4 #define SVCTRAP 5 #define DVZTRAP 6 #define FLGTRAP 7 #define BPTTRAP 8 #define TRCTRAP 9 #define UNDTRAP 10 #define RESTRAP 11 #define SWTCHTRAP 12 #define SEGVTRAP 13