mirror of
https://github.com/forth-ev/VolksForth.git
synced 2024-12-22 06:29:17 +00:00
MS-DOS Target - english translation in code
This commit is contained in:
parent
827916c85d
commit
97f4e08b02
BIN
msdos/kernel.fb
BIN
msdos/kernel.fb
Binary file not shown.
BIN
msdos/volks4th.com
Executable file → Normal file
BIN
msdos/volks4th.com
Executable file → Normal file
Binary file not shown.
Binary file not shown.
@ -9,7 +9,7 @@ for i in $d/../msdos/*.{fb,vid,sys}; do
|
||||
done
|
||||
|
||||
mkdir -p $d/../sources/cpm
|
||||
for i in $d/../cpm/*.FB; do
|
||||
for i in $d/../8080/CPM/*.FB; do
|
||||
b=$(basename $i)
|
||||
/bin/echo -n "write $d/../sources/cpm/$b.src ..."
|
||||
$d/dumpblock.sh "$i" > $d/../sources/cpm/$b.src
|
||||
|
Loading…
Reference in New Issue
Block a user