File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ if [ -d ${HOME}/.dosemu/drive_c/tc201 ] ; then
8383 echo set COMPILER=TC2
8484 echo set TC2_BASE=' C:\\tc201'
8585 echo set MAKE=make
86- echo set XCPU=386
86+ echo set XCPU=86
8787 echo set XFAT=32
8888 echo set XNASM=nasm
8989 echo set OLDPATH=%PATH%
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ if [ ! -f _output/wc_dos/KWC38632.sys ] ; then
1717 exit 1
1818fi
1919
20- if [ ! -f _output/tc_dos/KTC38632 .sys ] && [ -d ${HOME} /.dosemu/drive_c/tc201 ] ; then
20+ if [ ! -f _output/tc_dos/KTC8632 .sys ] && [ -d ${HOME} /.dosemu/drive_c/tc201 ] ; then
2121 echo Turbo C 2.01 built kernel not present
2222 exit 1
2323fi
4242 exit 2
4343fi
4444if [ -d ${HOME} /.dosemu/drive_c/tc201 ] ; then
45- if ! ./test.sh ../_output/tc_dos/KTC38632 .sys disktcd boottcd ' boot tcd: '
45+ if ! ./test.sh ../_output/tc_dos/KTC8632 .sys disktcd boottcd ' boot tcd: '
4646 then
4747 echo ' Turbo C 2.01 boot test failed'
4848 exit 2
You can’t perform that action at this time.
0 commit comments