Mercurial > hg > Members > kono > nitros9-code
changeset 1528:1c5a50add566
Megaread added
author | boisy |
---|---|
date | Wed, 07 Apr 2004 01:43:41 +0000 |
parents | 763d9ccd8769 |
children | e6cc61505ca7 |
files | level1/ChangeLog level1/cmds/makefile level1/cmds/megaread.asm level2/cmds/makefile level2/coco3/ChangeLog level2/coco3_6309/ChangeLog rules.mak |
diffstat | 7 files changed, 17 insertions(+), 9 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/ChangeLog Tue Apr 06 18:36:51 2004 +0000 +++ b/level1/ChangeLog Wed Apr 07 01:43:41 2004 +0000 @@ -1,5 +1,5 @@ NitrOS-9/6809 Level 1 V03.02.01: -- The mpi utility has been added to the CMDS directory. +- The mpi and megaread utilities have been added to the CMDS directory. - The dmode utility has been updated. - Shell+ has been backported and is now the default shell for Level 1. - vrn has been backported and the nil descriptor now requires vrn.
--- a/level1/cmds/makefile Tue Apr 06 18:36:51 2004 +0000 +++ b/level1/cmds/makefile Wed Apr 07 01:43:41 2004 +0000 @@ -9,7 +9,7 @@ date dcheck debug ded deiniz del deldir devs dir disasm \ display dmode dsave dump echo edit error exbin exmode format \ free grfo help ident iniz irqs link list load login makdir \ - mdir merge mfree mpi os9gen padrom park prompt printerr procs pwd pxd \ + megaread mdir merge mfree mpi os9gen padrom park prompt printerr procs pwd pxd \ rename runb save setime shellplus shell_21 sleep \ tee tmode touch tsmon tuneport unlink verify xmode SUBS = gfx inkey syscall
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/level1/cmds/megaread.asm Wed Apr 07 01:43:41 2004 +0000 @@ -0,0 +1,8 @@ + +L0000 fcb $87,$CD,$00,$34,$00,$0D,$11,$81 .M.4.... +L0008 fcb $1C,$00,$16,$04,$C8,$4D,$65,$67 ....HMeg +L0010 fcb $61,$52,$65,$61,$E4,$01,$8E,$04 aRead... +L0018 fcb $00,$34,$10,$30,$C4,$10,$8E,$04 .4.0D... +L0020 fcb $00,$4F,$10,$3F,$89,$25,$07,$35 .O.?.%.5 +L0028 fcb $10,$30,$1F,$26,$EC,$5F,$10,$3F .0.&l_.? +L0030 fcb $06,$FE,$97,$D8 ...X
--- a/level2/cmds/makefile Tue Apr 06 18:36:51 2004 +0000 +++ b/level2/cmds/makefile Wed Apr 07 01:43:41 2004 +0000 @@ -8,7 +8,7 @@ date dcheck debug ded deiniz del deldir devs dir dirm disasm \ display dmem dmode dsave dump echo edit error exbin exmode \ format free grfdrv help ident iniz irqs link list load login \ - makdir mdir merge mfree mmap modpatch montype mpi os9gen padrom park \ + makdir mdir megaread merge mfree mmap modpatch montype mpi os9gen padrom park \ prompt pmap proc procs pwd pxd reboot rename runb save setime \ shell_21 shellplus sleep smap tee tmode touch \ tsmon tuneport unlink verify wcreate xmode
--- a/level2/coco3/ChangeLog Tue Apr 06 18:36:51 2004 +0000 +++ b/level2/coco3/ChangeLog Wed Apr 07 01:43:41 2004 +0000 @@ -1,5 +1,5 @@ NitrOS-9/6809 Level 2 V03.02.01: -- The mpi utility has been added to the CMDS directory. +- The mpi and megaread utilities have been added to the CMDS directory. - The dmode utility has been updated. - sacia has been renamed to sc6551. - Several bugs in dsave's -b option have been fixed.
--- a/level2/coco3_6309/ChangeLog Tue Apr 06 18:36:51 2004 +0000 +++ b/level2/coco3_6309/ChangeLog Wed Apr 07 01:43:41 2004 +0000 @@ -1,5 +1,5 @@ NitrOS-9/6809 Level 2 V03.02.01: -- The mpi utility has been added to the CMDS directory. +- The mpi and megaread utilities have been added to the CMDS directory. - The dmode utility has been updated. - sacia has been renamed to sc6551. - Several bugs in dsave's -b option have been fixed.
--- a/rules.mak Tue Apr 06 18:36:51 2004 +0000 +++ b/rules.mak Wed Apr 07 01:43:41 2004 +0000 @@ -18,8 +18,8 @@ #ASOUT = o= # Use the cross assembler -AS = $(OS9TOOLSDIR)/os9asm -i=$(DEFDIR) -ASOUT = -o= +AS = $(OS9TOOLSDIR)/mamou -i=$(DEFDIR) +ASOUT = -o AFLAGS = -q # Commands @@ -28,8 +28,8 @@ MERGE = cat ECHO = /bin/echo CD = cd -CP = $(OS9TOOLSDIR)/os9 copy -CPL = $(OS9TOOLSDIR)/os9 copy -l +CP = $(OS9TOOLSDIR)/os9 copy -o=0 +CPL = $(CP) -l TAR = tar CHMOD = chmod IDENT = $(OS9TOOLSDIR)/os9 ident