Mercurial > hg > Members > kono > nitros9-code
changeset 1003:56498700dfb2
Preparation for 2.1.1 Beta1 release
author | boisy |
---|---|
date | Tue, 04 Mar 2003 00:32:53 +0000 |
parents | b8608857a4a2 |
children | 8bbc6d379e57 |
files | level1/defsfile level1/modules/sysgo.asm |
diffstat | 2 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/defsfile Mon Mar 03 21:59:22 2003 +0000 +++ b/level1/defsfile Tue Mar 04 00:32:53 2003 +0000 @@ -5,7 +5,7 @@ Level equ 1 OS9Vrsn equ 2 OS9Major equ 1 -OS9Minor equ 0 +OS9Minor equ 1 use os9defs use systype
--- a/level1/modules/sysgo.asm Mon Mar 03 21:59:22 2003 +0000 +++ b/level1/modules/sysgo.asm Tue Mar 04 00:32:53 2003 +0000 @@ -37,23 +37,23 @@ * default OS-9 priority DefPrior set 128 -BootMsg fcc "OS-9 LEVEL ONE VR. 0" +BootMsg fcc !OS-9 LEVEL ONE VR. 0! fcb 48+OS9Vrsn - fcc ".0" + fcc !.0! fcb 48+OS9Major - fcc ".0" + fcc !.0! fcb 48+OS9Minor fdb C$CR,C$LF * For ROM version, cut down on verbage IFNE DiskGo - fcc !PHOENIX Release 11/04/2002! + fcc !Beta1 Release 03/07/2003! fcb C$CR,C$LF fcc !"A CoCo Community Project"! fcb C$CR,C$LF - fcc "Visit us on the web:" + fcc !Visit us on the web:! fcb C$CR,C$LF - fcc "http://cocoos9.sourceforge.net" + fcc !http://cocoos9.sourceforge.net! fcb C$CR,C$LF ENDC @@ -66,7 +66,7 @@ ChxDev fcc "/DD/" ChxPath fcc "CMDS" fcb C$CR - fcc ",,,,,,,,,," +* fcc ",,,,,,,,,," ENDC Shell fcc "Shell"