|
|
1.1 ! root 1: /* ! 2: * a_drive.h - allow for switching between either 5-1/4" and 3-1/2" ! 3: * floppy drive for making kernel ! 4: */ ! 5: #ifndef __SYS_A_DRIVE_H__ ! 6: #define __SYS_A_DRIVE_H__ ! 7: ! 8: #ifdef A_IS_3 ! 9: #define SYS5_A_DRIVE "/dev/dsk/f03ht" ! 10: #define ROOT_MINOR 15 ! 11: #else ! 12: #define SYS5_A_DRIVE "/dev/dsk/f05ht" ! 13: #define ROOT_MINOR 14 ! 14: #endif ! 15: ! 16: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.