Skip to content

Commit 12273eb

Browse files
andrewbirdPerditionC
authored andcommitted
CI: Turbo C 2.01 doesn't do 386 instructions
1 parent 977e218 commit 12273eb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci_build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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%

ci_test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ if [ ! -f _output/wc_dos/KWC38632.sys ] ; then
1717
exit 1
1818
fi
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
2323
fi
@@ -42,7 +42,7 @@ then
4242
exit 2
4343
fi
4444
if [ -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

0 commit comments

Comments
 (0)