- sync up with 1.2 branch

This commit is contained in:
Bryce Denney 2001-06-02 07:40:06 +00:00
parent 93271443b7
commit 27c0ac42ad

View File

@ -2,12 +2,6 @@
BOCHS=/usr/local/bin/bochs
DLXPATH=/usr/local/bochs/dlxlinux
cat <<EOF
------------------------------------------------------
Starting DLX Linux in the Bochs x86 Emulator
------------------------------------------------------
EOF
echo -n "Checking for bochs binary..."
if test ! -x $BOCHS; then
echo FAILED
@ -24,13 +18,7 @@ fi
echo ok
echo Entering $DLXPATH
cd $DLXPATH
echo Running bochs
# ok now try it
$BOCHS
cat <<EOF
------------------------------------------------------
DLX Linux is finished. Log information is written to
$DLXPATH/bochsout.txt.
------------------------------------------------------
EOF