File:  [CSRG BSD Unix] / 40BSD / sys / h / trap.m
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:53 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD40
BSD 4.0

#
#	trap.m	4.1	11/9/80
#
#
#	Trap,type values
#

	.set	RESADFLT,0		# reserved addressing fault
	.set	PRIVINFLT,1		# privileged instruction fault
	.set	BPTFLT,2		# bpt instruction fault
	.set	XFCFLT,3		# xfc instruction fault
	.set	RESOPFLT,4		# reserved operand fault
	.set	SYSCALL,5		# chmk instruction (syscall trap)
	.set	ARITHTRAP,6		# arithmetic trap
	.set	RESCHED,7		# software level 1 trap (reschedule trap)
	.set	SEGFLT,8		# segmentation fault
	.set	PROTFLT,9		# protection fault

	.set	TRCTRAP,10		# trace trap
	.set	COMPATFLT,11		# compatibility mode fault
	.set	PAGEFLT,12		# page fault
	.set	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.