# HG changeset patch # User boisy # Date 1210729520 0 # Node ID fff5c57bbc777573ee9935aa9c40c8dc5c8abd35 # Parent aaff55744d7d50f9de8348b75e811a56ecd1429e Removed gfx2 diff -r aaff55744d7d -r fff5c57bbc77 level1/coco/ChangeLog --- a/level1/coco/ChangeLog Fri Feb 22 23:32:36 2008 +0000 +++ b/level1/coco/ChangeLog Wed May 14 01:45:20 2008 +0000 @@ -1,3 +1,8 @@ +NitrOS-9/6809 Level 1 V03.02.07: +- A bug in os9gen which caused it to create fragmented bootfiles by default + has been fixed. os9gen defaults to creating non-fragmented bootfiles, and + the -e option must be used to create fragmented bootfiles. + NitrOS-9/6809 Level 1 V03.02.06: - rbf now supports the SS.FDInf GetStat call. - Support for booting from fragmented bootfiles has been added. diff -r aaff55744d7d -r fff5c57bbc77 level1/coco/cmds/makefile --- a/level1/coco/cmds/makefile Fri Feb 22 23:32:36 2008 +0000 +++ b/level1/coco/cmds/makefile Wed May 14 01:45:20 2008 +0000 @@ -16,7 +16,7 @@ rename save setime shellplus shell_21 sleep \ tee tmode touch tsmon tuneport unlink verify xmode -CMDS_D2 = basic09 runb gfx gfx2 inkey syscall +CMDS_D2 = basic09 runb gfx inkey syscall SUBS = gfx inkey syscall ALLOBJS = $(CMDS) $(CMDS_D2) $(SUBS)