Mercurial > hg > Members > kono > nitros9-code
changeset 181:b4c3a13097a7
Added dd default device
author | boisy |
---|---|
date | Fri, 12 Jul 2002 03:38:56 +0000 |
parents | 55211868f451 |
children | 7d358482733c |
files | level1/modules/dd.asm level1/modules/dd.hp level1/modules/makefile |
diffstat | 3 files changed, 56 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/modules/dd.asm Fri Jul 12 03:38:56 2002 +0000 @@ -0,0 +1,53 @@ +******************************************************************** +* DD - CCDisk default device descriptor +* +* $Id$ +* +* Ed. Comments Who YY/MM/DD +* ------------------------------------------------------------------ +* Tandy/Microware original version + + nam DD + ttl CCDisk default device descriptor + +* Disassembled 98/08/23 17:09:41 by Disasm v1.6 (C) 1988 by RML + + ifp1 + use defsfile + use rbfdefs + endc + +dnum equ 0 + +tylg set Devic+Objct +atrv set ReEnt+rev +rev set $01 + + mod eom,name,tylg,atrv,mgrnam,drvnam + + fcb DIR.!ISIZ.!SHARE.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte + fcb HW.Page extended controller address + fdb $FF40 physical controller address + fcb initsize-*-1 initilization table size + fcb DT.RBF device type:0=scf,1=rbf,2=pipe,3=scf + fcb dnum drive number + fcb $00 step rate + fcb TYP.CCF+TYP.5 drive device type + fcb DNS.MFM media density:0=single,1=double + fdb 35 number of cylinders (tracks) + fcb 1 number of sides + fcb 0 verify disk writes:0=on + fdb 18 # of sectors per track + fdb 18 # of sectors per track (track 0) + fcb 2 sector interleave factor + fcb 8 minimum size of sector allocation +initsize equ * + +name fcs /DD/ +mgrnam fcs /RBF/ +drvnam fcs /CCDisk/ + + emod +eom equ * + end +
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/modules/dd.hp Fri Jul 12 03:38:56 2002 +0000 @@ -0,0 +1,1 @@ +DD: Default disk drive 0
--- a/level1/modules/makefile Fri Jul 12 03:38:44 2002 +0000 +++ b/level1/modules/makefile Fri Jul 12 03:38:56 2002 +0000 @@ -11,11 +11,11 @@ DRIVERS = aciapak.dr cchdisk.dr ccdisk.dr modpak.dr nildrv.dr \ piper.dr printer.dr rs232.dr sscpak.dr ccio.dr IOSUBS = co32.io co80.io grfo.io -DESCS = d0.dd d1.dd d2.dd d3.dd h0_15.dd h1_15.dd h0_35.dd \ +DESCS = dd.dd d0.dd d1.dd d2.dd d3.dd h0_15.dd h1_15.dd h0_35.dd \ h1_35.dd m1.dd m2.dd nil.dd p.dd pipe.dd ssc.dd t1.dd \ t2.dd t3.dd term32.dd term80.dd SYSGOS = sysgo sysgo_rom -HELP = co32.hp co80.hp d0.hp d1.hp d2.hp d3.hp grfo.hp h0_15.hp \ +HELP = co32.hp co80.hp dd.hp d0.hp d1.hp d2.hp d3.hp grfo.hp h0_15.hp \ h0_35.hp h1_15.hp h1_35.hp m1.hp m2.hp nil.hp p.hp pipe.hp \ ssc.hp t1.hp t2.hp t3.hp term32.hp term80.hp config.hp