changed the way system bringup happens:
commitf7f984bd3ffa33ade029f87cfe20a7aad0adfcba
authorTravis Geiselbrecht <geist@newos.org>
Sat, 5 Oct 2002 14:02:06 +0000 (5 14:02 +0000)
committerTravis Geiselbrecht <geist@newos.org>
Sat, 5 Oct 2002 14:02:06 +0000 (5 14:02 +0000)
tree9f6e89fa7cdaf28324efb86f522c7e694d9b3662
parentf4dfd7d75cafcdb54de12c263dd5f2cda854e2ab
changed the way system bringup happens:

-now the system is brought up by a bootscript interpreted by an initial shell. This makes it easy to add new daemons
-fixed a couple of bugs in the shell as a result
-added a login shell script that displays the fortune and other fun stuff

git-svn-id: svn+ssh://newos.org/var/svn/newos/newos@804 c25cc9d1-44fa-0310-b259-ad778cb1d433
apps/consoled/main.c
apps/init/init.c
apps/shell/args.c
apps/shell/statements.c
boot/i386/config.ini
scripts/bootscript [new file with mode: 0644]
scripts/loginscript [new file with mode: 0644]
tools/bootmaker.c