I downloaded a 60.8M DOS 6 system source code package. Starting from the boot directory, in the makefile I found that the system directory is missing messages. Also,
in the dependency files:
boot.cl1:boot.skl \
$(msg)\$(COUNTRY).MSG \
makefile
there is only the dependency form, with no command execution. How was boot.cl1 generated?
in the dependency files:
boot.cl1:boot.skl \
$(msg)\$(COUNTRY).MSG \
makefile
there is only the dependency form, with no command execution. How was boot.cl1 generated?
