|
|
1.1 root 1: /* vaxcons.c -- vaxcons */
2:
3: #include <conf.h>
4: #include <procreg.h>
5:
6: #define ALERTCONS 0xf05
7:
8: /*----------------------------------------------------------------------------
9: * vaxcons -- awake VAX console system for console commands -- Xinu suspends
10: * (use with caution)
11: *----------------------------------------------------------------------------
12: */
13:
14: vaxcons()
15: {
16: #ifndef VAX780
17: mtpr(ALERTCONS, TXDB); /* tell VAX to run console command system */
18: #endif
19: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.