File:  [MW Coherent from dump] / coherent / f / usr / include.78 / sys / a_drive.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:40 2019 UTC (7 years ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

/*
 * a_drive.h - allow for switching between either 5-1/4" and 3-1/2"
 *		floppy drive for making kernel
 */
#ifndef __SYS_A_DRIVE_H__
#define __SYS_A_DRIVE_H__

#ifdef A_IS_3
#define	SYS5_A_DRIVE	"/dev/dsk/f03ht"
#define ROOT_MINOR	15
#else
#define	SYS5_A_DRIVE	"/dev/dsk/f05ht"
#define ROOT_MINOR	14
#endif

#endif

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.