Class OzDosFormatDisk

All Implemented Interfaces:
DirectoryEntry

public class OzDosFormatDisk extends DosFormatDisk
Manages a disk that is in OzDOS format. This is basically DOS 3.3 except that the disk has two volumes of each 400K. Logical disk one takes the first part of the block (bytes $000-$0FF) while the second logical disk takes the second part of a block (bytes $100-$1FF).
Created on Dec 16, 2002.