Copy kernel.com to cpmfiles/v4th-4tc.com as the base kernel for running the

target compiler, and change the tc-base target accordingly.
This commit is contained in:
Philip Zembrod 2024-11-13 08:21:04 +01:00
parent cc88009bce
commit 4daced6e12
2 changed files with 2 additions and 2 deletions

View File

@ -82,12 +82,12 @@ inctest.log: \
dos2unix -n $(runcpmdir)/logfile.txt $@
$(cpmfilesdir)/tc-base.com: \
$(patsubst %, $(cpmfilesdir)/%, kernel.com \
$(patsubst %, $(cpmfilesdir)/%, v4th-4tc.com \
fileint.fb ass8080.fb include.fb log2file.fb xinout.fb savesys.fb) \
Makefile | emu
rm -f $(runcpmdir)/A/0/TC-BASE.COM $@
./emulator/run-in-runcpm.sh \
"kernel fileint.fb" \
"v4th-4tc fileint.fb" \
"1 load" \
"include log2file.fb" \
"logopen" \

Binary file not shown.