|
|
1.1 ! root 1: /* netboot ! 2: * ! 3: * config.h,v ! 4: * Revision 1.1 1993/07/08 16:03:55 brezak ! 5: * Diskless boot prom code from Jim McKim ([email protected]) ! 6: * ! 7: * Revision 1.1.1.1 1993/05/28 11:41:07 mckim ! 8: * Initial version. ! 9: * ! 10: * ! 11: * source in this file came from ! 12: */ ! 13: ! 14: #if !defined(__config_h_) ! 15: #define __config_h_ ! 16: ! 17: /* config.h,v 1.1 1993/07/08 16:03:55 brezak Exp ! 18: configuration items shared between .c and .s files ! 19: */ ! 20: ! 21: #define WORK_AREA_SIZE 0x10000L ! 22: ! 23: #define T(x) printf(" " #x ":\n") ! 24: ! 25: /* turn a near address into an integer ! 26: representing a linear physical addr */ ! 27: #define LA(x) ((u_long)(x)) ! 28: ! 29: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.