|
|
1.1 root 1:
2: /* Configuration dependent parameters */
3:
4: #define IOBASE 0xff000000
5: #define VBASE 0xfe4000 /* Base addr of common buffer */
6: #define SILO_BASE 0x800 /* Offset to Base addr of Silo 00 */
7: #define VIOC_LEN 0x10 /* 0x10 K buffer for VIOC */
8: #define SILO_DEPTH 64 /* 64 bytes/Silo */
9: #define ACK_VIOC 0x40 /* VIOC acknowlege vector to HOST */
10: #define CMD_RESP 0x41 /* VIOC cmd respond int vec. to HOST */
11: #define UNS_VEC 0x42 /* VIOC unsolicited int vec. to HOST */
12: #define NTERM 16 /* No of terminals VIOC can support */
13:
14:
15: /* System wide parameters */
16: #define MAXUSRS 8 /* Max. no of concurrent processes */
17: #define USERS 1 /* Current no of processes */
18:
19: /* Terminal parameters */
20: #define NDBT 0x40 /* No. of data bit : 7 */
21: #define NSBT 0x4 /* No. of stop bit : 1 */
22: #define PARY 0x3 /* Parity : even */
23: #define BAUD 0xd /* Baud rate : 9600 */
24:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.