File:  [XINU] / xinu / sys / vaxcons.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:39:02 2018 UTC (8 years, 2 months ago) by root
Branches: xinu, MAIN
CVS tags: xinu-19870308, HEAD
Xinu for VAX

/* vaxcons.c -- vaxcons */

#include <conf.h>
#include <procreg.h>

#define ALERTCONS	0xf05

/*----------------------------------------------------------------------------
 * vaxcons -- awake VAX console system for console commands -- Xinu suspends
 *	      (use with caution)
 *----------------------------------------------------------------------------
*/

vaxcons()
{
#ifndef VAX780
	mtpr(ALERTCONS, TXDB);	/* tell VAX to run console command system */
#endif
}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.