Welcome, Guest. Please login or register.

Author Topic: Workbenc 2.05 help  (Read 3482 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Thomas

Re: Workbenc 2.05 help
« on: March 17, 2007, 07:08:56 AM »
I don't fully understand what your problem is. You want CrossDOS and you say that you have CrossDOS on "another workbench disk". So why don't you just use it ?

If you miss the PC0 dos driver, here it is:

Quote
Code: [Select]

/* $VER: PC0 40.1 (31.8.93)
 *
 * CrossDOS file system entry
 *
 * This file enables CrossDOS on the built-in floppy drive normally
 * referred to as DF0:. PC1 does the same for DF1. By creating new versions
 * of this file and changing the Unit line to use other numbers, you can
 * make CrossDOS available on other devices. For example, changing the value
 * of Unit to 2 would create a mount file that would enable CrossDOS on DF2.
 */

FileSystem = L:CrossDOSFileSystem
Device = mfm.device
Flags = 1
Surfaces = 2
SectorsPerTrack = 9
SectorSize = 512
Reserved = 1
Interleave = 0
LowCyl = 0
HighCyl = 79
Buffers = 5
BufMemType = 0
StackSize = 600
Priority = 10
GlobVec = -1
DosType = 0x4D534400

/* The Unit field is controlled by tooltypes in the PC0 icon.
 *
 * Unit = 0
 */


Bye,
Thomas

Offline Thomas

Re: Workbenc 2.05 help
« Reply #1 on: March 20, 2007, 04:50:10 PM »
Quote
You could also try putting 'fat95' into the L drawer of your Workbench floppy and double clicking on MS0 to read PC formatted floppy disks.


No, you can't. Fat95 needs mfm.device (or something similar) to read PC-formatted floppies. Mfm.device is part of CrossDOS. So if you don't have CrossDOS, Fat95 is of no help.

Bye,
Thomas