I have added info about 6 and 20 MB Corvus drives (and how to format / use them) under CP/M 86/80 version 1.

Al Kossow kindly provided driver source for Corvus on Lifeboat CPM 2.2, but this requires - more or less - skillful modification to work with DEC's CP/M 86/80 2.x.

There are wo obstacles: a specific patch address must be determined (RWMLOC & RWMDTA in old source from Maslin), and LDCOPY seems to be hard coded in version 2.x (will not write arbitrary loader files as in CPM 1). See HINSTALL.SUB:

(script from *, modifies 3 core CP/M 1.x files)
Code
; CORVUS INSTALLATION DISKETTE IN A, CURRENT SYSTEM DISKETTE IN B
B:STAT B:*.SYS DIR
ERA B:Z80CCP.SYS
ERA B:Z80.SYS
ERA B:PRMTVPVT.SYS
B:PIP B:Z80CCP.SYS=A:HZ80CCP.SYS[V]
B:PIP B:Z80.SYS=A:HZ80.SYS[V]
B:PIP B:PRMTVPVT.SYS=A:HPRMTVPV.SYS[V]
B:STAT B:*.SYS SYS
B:LDCOPY A:HBOOT.LDR B:
; === THE DISKETTE IN DRIVE  B  HAS NOW BEEN CONFIGURED FOR USE WITH THE CORVUS DRIVE

Maybe one of the few remaining CP/M experts can have a look (Robert...)? smile
The TRS-80 variant uses the same type H drives, by the way...

http://www.retroarchive.org/maslin/disks/dec/
* http://www.retroarchive.org/maslin/disks/dec/drcdutil.zip
(Al Kossow's link, from Lifeboat CP/M 2.2):
bitsavers.org/bits/Corvus/Floppies/corvus1.tar

Last edited by Bavarese; 01/18/17 06:29 PM.