|
|
1.1 root 1: /* netboot
2: *
3: * param.h,v
4: * Revision 1.1 1993/07/08 16:04:09 brezak
5: * Diskless boot prom code from Jim McKim ([email protected])
6: *
7: * Revision 1.1.1.1 1993/05/28 11:41:08 mckim
8: * Initial version.
9: *
10: *
11: * Tunable parameters
12: */
13:
14: /*
15: * RARP as well as TFTP uses a timeout mechanism which starts with four
16: * seconds and eventually go up as high as 4 << NRETRIES seconds. That
17: * is, the number of retry iterations.
18: */
19: #define NRETRIES 6
20:
21: #ifdef MONITOR
22: /*
23: * BIOS break interrupt. This interrupt is generated by the
24: * keyboard driver every time CTRL BREAK is pressed. We pick
25: * it up to jump into the monitor.
26: */
27: #define BRK_INTR 0x1B
28:
29: /*
30: * Number of arguments in the users' command line
31: */
32: #define ARGVECSIZE 5
33: #endif /* MONITOR */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.