changeset 2060:1a29c44561b3

Fixed sysgo issue for level 2
author boisy
date Tue, 25 Apr 2006 19:53:07 +0000
parents 46aa4db8204e
children b17559c279fe
files TODO level1/modules/sysgo.asm
diffstat 2 files changed, 10 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/TODO	Mon Apr 24 18:02:14 2006 +0000
+++ b/TODO	Tue Apr 25 19:53:07 2006 +0000
@@ -1,7 +1,5 @@
-NitrOS-9 V03.02.06 Release Goals
-
-TODO
-====
+NitrOS-9 V03.02.07 Release Goals TODO
+=====================================
 VTIO
 	- Fix init/term bug (only seen if windowing system is successively
           brought up/torn down).  This a long-standing bug, but doesn't impact
@@ -14,6 +12,9 @@
 rbf
 	- Backport to Level 1
 
+format
+    - Add option to allow formatting of Dragon disk format.
+    
 rb1773
 	- Fix SS.WrTrk to handle high density drives (is this working now?)
 	- Fix SS.WrtTrk bug which causes crashes on some CoCos (I believe the
@@ -59,8 +60,8 @@
 	- Handle fragmented bootfiles
 	  (boot_1773 is done, others need to be modified and tested)
 
-COMPLETED
-=========
+NitrOS-9 V03.02.06 Release Goals COMPLETED
+==========================================
 attr
 	- Use SS.FD to set/get FD sector information instead of raw access
 
--- a/level1/modules/sysgo.asm	Mon Apr 24 18:02:14 2006 +0000
+++ b/level1/modules/sysgo.asm	Tue Apr 25 19:53:07 2006 +0000
@@ -131,6 +131,7 @@
 * Write OS name and Machine name strings
          leax  Init,pcr
          clra
+         pshs  u
          os9   F$Link
          bcs   SignOn
          stx   <InitAddr
@@ -143,9 +144,10 @@
          leax  d,u						point to name
          lda   #$01
          os9   I$WritLn
-
+         
 * Show rest of banner
 SignOn
+         puls  u
          leax  >Banner,pcr
          ldy   #BannLen
          lda   #$01                    standard output