# HG changeset patch # User boisy # Date 1145994787 0 # Node ID 1a29c44561b392942af9c5bce58ddbb28e323b4d # Parent 46aa4db8204ee2227e2df2861857a5cf614d183d Fixed sysgo issue for level 2 diff -r 46aa4db8204e -r 1a29c44561b3 TODO --- 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 diff -r 46aa4db8204e -r 1a29c44561b3 level1/modules/sysgo.asm --- 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 Banner,pcr ldy #BannLen lda #$01 standard output