changeset 2149:fff5c57bbc77

Removed gfx2
author boisy
date Wed, 14 May 2008 01:45:20 +0000
parents aaff55744d7d
children 264590a9b5cf
files level1/coco/ChangeLog level1/coco/cmds/makefile
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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)