Mercurial > hg > Members > kono > nitros9-code
view level2/modules/ddr0_128k.asm @ 2942:195b041299ec
d64/dalpha bootfiles: Do not copy the makefile into the bootfile
Thanks to Christopher R. Hawks for spotting this.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 26 Jan 2014 21:04:07 +0100 |
parents | 632187a1083e |
children |
line wrap: on
line source
******************************************************************** * DD - RAM device descriptor * * $Id$ * * Edt/Rev YYYY/MM/DD Modified by * Comment * ------------------------------------------------------------------ * 1 2003/02/08 Boisy G. Pitre * Started. nam DD ttl RAM device descriptor * Disassembled 98/08/23 17:09:41 by Disasm v1.6 (C) 1988 by RML ifp1 use defsfile endc DNum equ 0 tylg set Devic+Objct atrv set ReEnt+rev rev set $00 mod eom,name,tylg,atrv,mgrnam,drvnam fcb DIR.!ISIZ.!PEXEC.!PWRIT.!PREAD.!EXEC.!UPDAT. mode byte fcb $00 extended controller address fdb $0000 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 0 step rate fcb 0 drive device type fcb 0 media density:0=single,1=double fdb 0 number of cylinders (tracks) fcb 1 number of sides fcb 0 verify disk writes:0=on fdb 512 # of sectors per track fdb 0 # of sectors per track (track 0) fcb 0 sector interleave factor fcb 4 minimum size of sector allocation initsize equ * name fcs /DD/ mgrnam fcs /RBF/ drvnam fcs /RAM/ emod eom equ * end