|
|
1.1 root 1: /*
2: * This controls whether or not we use a serial line for the console
3: * (ie, remote console).
4: */
5:
6: /*
7: * Values for RCLINE:
8: * -1 = disable
9: * 0 = port 0x3f8/irq 4 (DOS COM1)
10: * 1 = port 0x2f8/irq 3 (DOS COM2)
11: * 2 = port 0x3e8/irq 5 (DOS COM3)
12: * 3 = port 0x2e8/irq 9 (DOS COM4)
13: */
14:
15: #define RCLINE -1 /* com port for console */
16: #define RCADDR 0x3f8 /* where it is */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.