Mercurial > hg > Members > kono > nitros9-code
changeset 2104:40b483145984
Exclude text for Dragon Alpha, due to lack of boot space
author | afra |
---|---|
date | Sun, 24 Sep 2006 22:46:45 +0000 |
parents | 58bb6cac8939 |
children | d5824ed9c767 |
files | level1/modules/init.asm |
diffstat | 1 files changed, 16 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/init.asm Sun Sep 24 22:46:17 2006 +0000 +++ b/level1/modules/init.asm Sun Sep 24 22:46:45 2006 +0000 @@ -23,6 +23,11 @@ * 2003/11/05 Robert Gault * Corrected CC3IO info regards mouse. Changed from fcb to fdb low res/ right * Corrected OS9Defs to match. +* +* 2006/07/06 P.Harvey-Smith. +* Conditionally excluded port messages on Dragon Alpha, due to insufficient +* space ! +* nam Init ttl NitrOS-9 Configuration module @@ -78,6 +83,12 @@ DefCons fcs "/Term" DefBoot fcs "Boot" +* +* The DragonAlpha is so pushed for boot track space, that we have to exclude these +* messages ! +* + + IFEQ dalpha OSStr equ * fcc "NitrOS-9/" IFNE H6309 @@ -118,6 +129,11 @@ ENDC ENDC fcb 0 + ELSE +OSStr equ * +InstStr equ * + fcb 0 + ENDC emod eom equ *