changeset 2127:dcc37d3aae3d

Updated makefile chain winfo updated UCVS: ----------------------------------------------------------------------
author boisy
date Sun, 23 Sep 2007 14:21:24 +0000
parents 354a84512cf6
children fa13c8170080
files 3rdparty/makefile 3rdparty/utils/winfo/winfo.asm
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/3rdparty/makefile	Sun Sep 23 14:21:02 2007 +0000
+++ b/3rdparty/makefile	Sun Sep 23 14:21:24 2007 +0000
@@ -1,6 +1,6 @@
 include ../rules.mak
 
-dirs	= booters drivers fmgrs p2mods subrtns utils packages
+dirs	= booters drivers fmgrs libs p2mods subrtns utils packages
 
 # Make all components
 all:
--- a/3rdparty/utils/winfo/winfo.asm	Sun Sep 23 14:21:02 2007 +0000
+++ b/3rdparty/utils/winfo/winfo.asm	Sun Sep 23 14:21:24 2007 +0000
@@ -80,6 +80,7 @@
 E$Param  equ   $38 bad Parameter error
 
 vtio     fcs   /VTIO/ used to compare device driver name
+vtiolen  equ   *-vtio
 
 tmpdat   fcb   0,0 mini-dat image for block 0 data fetches
 
@@ -229,7 +230,7 @@
          ldd   V$DRIV,x driver module start addr
          addd  mdname,u + module offset to driver name
          tfr   d,x put it in x so we can grab it
-         ldy   #5 5 bytes in name (VTIO)
+         ldy   #vtiolen length of name
          ldd   <datimg addr of sys DAT image
          pshs  u save u
          leau  devname,u addr of receiver