005
08.04.2016, 22:54 Uhr
Early8Bitz
|
Sektorgröße 1024Byte 5 Sektoren pro Spur und Seite macht physisch bei 80 Spuren 800K. Bei den CP/M ählichen Betriebssystemen wurde immer die Datenkapazität des Diskettenformats angegeben. Sind im Format z.B. zwei Systemspuren definiert, hat man ein 780k Format, weil halt nur 78 Spuren für Daten benutzt werden.
Aus meinen alten CP/M Quellen:
Quellcode: | ;**************************************** ;* Format 7 * ;* Mini DD, DS 80 Spuren, 5*1024 * ;* 2 Systemspuren (780k-SCP-Format) * ;**************************************** DPBLK7 dpb 80,4,16,0,390,128,0c000h,2,0 dpbios 4,16 ;BIOS-Blocking 2k ;Physisch: Mini MFM 80 Track DS 2*5*1024
typ_7 fdctrl teac55,3,5,70,-1,40,116,80,0c0h
;**************************************** ;* Format 8 * ;* Mini DD, DS 80 Spuren, 5*1024 * ;* 1 Systemspur (790k-HU/DAC-Format) * ;****************************************
DPBLK8 dpb 80,4,16,0,395,192,0e000h,1,0 dpbios 4,16 ;BIOS-Blocking 2k ;Physisch: Mini MFM 80 Track DS 2*5*1024
typ_8 fdctrl teac55,3,5,70,-1,40,116,80,0c0h ;**************************************** ;* Format 9 * ;* Mini DD, DS 80 Spuren, 5*1024 * ;* 0 Systemspuren (800k-CPA-Format) * ;**************************************** DPBLK9 dpb 80,4,16,0,400,192,0e000h,0,0 dpbios 4,16 ;BIOS-Blocking 2k ;Physisch: Mini MFM 80 Track DS 2*5*1024
typ_9 fdctrl teac55,3,5,70,-1,40,116,80,0c0h
|
-- Gruß Ralf
Ist ein alter Schaltkreis ein Schaltgreis? |