# HG changeset patch # User boisy # Date 1082159268 0 # Node ID 42f369a724b87db77911128174a31a432bede84c # Parent 191a1f747ee331f90df679ec3bb0f854cf2ae357 shell once again default shell diff -r 191a1f747ee3 -r 42f369a724b8 level1/ChangeLog --- a/level1/ChangeLog Fri Apr 16 23:46:32 2004 +0000 +++ b/level1/ChangeLog Fri Apr 16 23:47:48 2004 +0000 @@ -1,7 +1,7 @@ NitrOS-9/6809 Level 1 V03.02.01: - The mpi and megaread utilities have been added to the CMDS directory. - The dmode utility has been updated. -- Shell+ has been backported and is now the default shell for Level 1. +- Shell+ has been backported. - vrn has been backported and the nil descriptor now requires vrn. - nildrv has been removed. - The F$PrsNam call has been fixed to allow 0-9 and _ as the first character diff -r 191a1f747ee3 -r 42f369a724b8 level1/makefile --- a/level1/makefile Fri Apr 16 23:46:32 2004 +0000 +++ b/level1/makefile Fri Apr 16 23:47:48 2004 +0000 @@ -7,8 +7,8 @@ DIRS = cmds modules defs sys bootfiles # Specify which shell should be used -WHICHSHELL = shellplus -#WHICHSHELL = shell_21 +#WHICHSHELL = shellplus +WHICHSHELL = shell_21 CMDS = $(shell $(CD) cmds; make showcocoobjs) BOOTTRACK = $(shell $(CD) modules; make showboottrack)