Things to do to get KSOS fully ported to the VAX:

Kernel:
	fix signals
	implement hard-level interrupt handlers
	clean up old code:
		KPRb_DEVpseudoGen
		KPRc_moveSeg
	either implement or expunge PCS swapping
	expunge use of the tempContext variable
	achieve robustness by properly checking kernel call arguments
NKSR:
	finish translating ACP and make it work
	translate UDM and make it work
	make SIP work fully
	fix minor problems in SSD
	translate SSP and make it work
	translate TPE, IOU, DPE, GCE, ???, and ??? and make them work
user:
	translate the KIP and make it work
	choose the UNIX standard with which KSOS-32 is to be compatible
	revise the KIP to make it conform to the desired standard
	write and execute programs to test the UNIX-compatible interface
