diff options
Diffstat (limited to 'emulators/mtools/files/patch-2')
| -rw-r--r-- | emulators/mtools/files/patch-2 | 63 |
1 files changed, 38 insertions, 25 deletions
diff --git a/emulators/mtools/files/patch-2 b/emulators/mtools/files/patch-2 index a02de070f53c..5b9c864466a8 100644 --- a/emulators/mtools/files/patch-2 +++ b/emulators/mtools/files/patch-2 @@ -1,8 +1,14 @@ ---- mtools.conf.orig Tue Apr 29 19:08:20 1997 -+++ mtools.conf Sun Sep 28 00:45:54 1997 -@@ -1,17 +1,71 @@ --drive a: file="/dev/fd0" exclusive --drive b: file="/dev/fd1" exclusive +--- mtools.conf.orig Sun Jan 4 17:29:32 1998 ++++ mtools.conf Wed May 6 21:56:43 1998 +@@ -1,22 +1,74 @@ + # Example mtools.conf files. Uncomment the lines which correspond to + # your architecture and comment out the "SAMPLE FILE" line below +-SAMPLE FILE ++#SAMPLE FILE + +-# # Linux floppy drives +-# drive a: file="/dev/fd0" exclusive +-# drive b: file="/dev/fd1" exclusive +# A note on permissions: a user must have read and write permissions for the +# devices named here in order to access the DOS file systems. You might give +# ALL USERS access to ALL FLOPPY DISKS via the command @@ -26,10 +32,17 @@ +# +# The mformat command could also be used to build the DOS file system +# in place of mkdosfs. + +-# # First SCSI hard disk partition +-# drive c: file="/dev/sda1" +drive a: file="/dev/rfd0" +drive b: file="/dev/rfd1" -+ -+ + +-# # First IDE hard disk partition +-# drive c: file="/dev/hda1" + +-# # dosemu floppy image +-# drive m: file="/var/lib/dosemu/diskimage" +# Drive T: is a 1.72M floppy format with 80 cylinders, double sided (2 heads), +# and 43 sectors of size 256 bytes per track. It uses the same +# floppy disk drive (fd0) as drive A: above. @@ -41,12 +54,7 @@ +# +# The above note on access permissions applies to /dev/rfd0.1720 as well. +drive t: file="/dev/rfd0.1720" - --# First SCSI hard disk partition --drive c: file="/dev/sda1" - --# First IDE hard disk partition --#drive c: file="/dev/hda1" ++ +# Drive S: is a 720K floppy format with 80 cylinders, double sided (2 heads), +# and 43 sectors of size 256 bytes per track. It uses the same +# floppy disk drive (fd0) as drive A: above. @@ -57,12 +65,7 @@ +# [3] then use mcopy/mdir etc. in the usual way. +# +drive s: file="/dev/rfd0.720" - --#dosemu floppy image --drive m: file="/var/lib/dosemu/diskimage" - --#dosemu hdimage --drive n: file="/var/lib/dosemu/diskimage" offset=3840 ++ +# SCSI hard disks +# first disk (sd0) slice 1 (s1) +#drive c: file="/dev/rsd0s1" @@ -76,16 +79,25 @@ +#drive d: file="/dev/rwd1s1" +# first disk on the second IDE interface (wd2) slice 1 (s1) +drive d: file="/dev/rwd2s1" -+ + +-# # dosemu hdimage +-# drive n: file="/var/lib/dosemu/diskimage" offset=3840 +# PCEMU floppy boot image +drive p: file="/usr/local/lib/pcemu/DriveA" # # Atari ramdisk image # drive o: file="/tmp/atari_rd" offset=136 -@@ -39,20 +93,6 @@ +@@ -37,28 +89,11 @@ + # A/UX target 5 on 1st scsi bus jaz or zip + # drive X: file="/dev/rdsk/c105d0s31" partition=4 + +- + # Some examples for BeOS. + # floppy drive. hardcoded in devices.c, so no real need to define it here + #drive a: file="/dev/floppy_disk" exclusive # ZIP drive on SCSI ID 6 #drive z: file="/dev/scsi_disk_060" offset=16384 fat_bits=16 - +- -# SCO Unix 3.2v4 -# # Floppy disk drives -# @@ -101,6 +113,7 @@ -# drive g: file="/dev/dsk/0sG" -# drive h: file="/dev/dsk/0sH" - - mtools_lower_case=1 -+ - + # # uncomment the following line to display all file names in lower + # # case by default +-# mtools_lower_case=1 ++mtools_lower_case=1 |
