changeset 261:51e03621e721

Added a twist so we can see what OS we're booting
author roug
date Sat, 20 Jul 2002 21:21:34 +0000
parents 1db453e3ce5f
children dd9e2f44b5f0
files level1/modules/oscode.asm
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/level1/modules/oscode.asm	Sat Jul 20 21:20:50 2002 +0000
+++ b/level1/modules/oscode.asm	Sat Jul 20 21:21:34 2002 +0000
@@ -22,9 +22,14 @@
          bra   L2620
 
          fdb   $1204
-BootMsg  fcc   /OSy/
+BootMsg  fcc   /OS/
+         fcb   $79
          fcb   $60
-         fcc   /BOOT/
+	 fcb   $72
+         fcb   $6E
+	 fcb   $70
+	 fcb   $71
+*        fcc   /BOOT/
 BootMLen equ   *-BootMsg
 
 L2620    clr   PIA.U4+3