Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10 5/3/83; site intelca.UUCP Path: utzoo!watmath!clyde!burl!ulysses!harpo!seismo!hao!hplabs!intelca!cem From: cem@intelca.UUCP (Chuck McManis) Newsgroups: net.micro.cpm Subject: BIOS Techniques - The Answers Message-ID: <260@intelca.UUCP> Date: Mon, 14-May-84 17:28:49 EDT Article-I.D.: intelca.260 Posted: Mon May 14 17:28:49 1984 Date-Received: Thu, 17-May-84 02:12:28 EDT Organization: Intel, Santa Clara, Ca. Lines: 13 Thank you all that replied to my original question on implementing multiple formats on 8" disks under CP/M. There are it seems two major ways in which to do this. The first being to place a label at some known location on the disk (i.e. The last n Bytes in Sector 0, Track 0) which contains either the floppy format or the actual DPB and DPH to use. I am going this route since Cromemco also uses it and I may wish to read CDOS disks on my system. The second somewhat easier method is to define the same physical drive multiple times with various formats. For instance A: is SSSD but E: is physically the A drive but accessed as DSDD. Thanks also for the note about when to flush multisector buffers out to disk. --Chuck