Terminate Process Menu
	With A System
	If a system is present then the system is sent an interrupt through Vector MACVAX at IPL 23 with the Command KILL_PROCESS in IPR(MVCR) (see MacVAX interrupt Vector). What happens at this point is dependant on the OS. 
	
Without A System
	If a System is not running then MacVAX terminates the loaded process.
	
	- If there is a process loaded, discard the internal copy of the symbol table and close any files open by the process.
	 - Even if there was no process loaded, the processor is initialized.