[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Anybody aware of the description of a 19pin connector of an Apple 5.25 Disk Drive ?



@ Mike: DOS 3.3 code boots a little bit faster because the code which puts it into memory simply loads from track 2 / sector 4 to track 0 / sector A-C (depending on the relocator code).

It is easier and faster to handle than files but there is no improved interleaving or whatever.

The main issue which DOS 3.3 vs other DOSes is the use of an intermediate buffer before data is put at the right place in memory.

Antoine