Mercurial > hg > Members > kono > nitros9-code
changeset 2943:bf97abc5bddf
rel.asm: Shorten boot message on Dragon Alpha
We need to save some bytes to get the kernel file
down to 4096 bytes again.
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Mon, 27 Jan 2014 23:48:58 +0100 |
parents | 195b041299ec |
children | ab3f9eb5fc5c |
files | level1/modules/rel.asm |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/modules/rel.asm Sun Jan 26 21:04:07 2014 +0100 +++ b/level1/modules/rel.asm Mon Jan 27 23:48:58 2014 +0100 @@ -340,8 +340,11 @@ ldd M$Exec,x jmp d,x -BootMsg fcc /NITROSy/ +BootMsg + IFNDEF dalpha save some bytes on Dragon Alpha + fcc /NITROSy/ fcb $60 + ENDC fcc /BOOT/ BootMLen equ *-BootMsg