Skip to content

Commit

Permalink
MAKEMOS.BAT: rename moxcptsk.com command.com [roelandjansen#95]
Browse files Browse the repository at this point in the history
As was pointed out, this is how command.com should be built.
  • Loading branch information
stsp committed May 5, 2020
1 parent bcb6767 commit b74deaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
1 change: 1 addition & 0 deletions SOURCES/src/MAKEMOS.BAT
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ REM =======================

rem cd mos5src
make -f makeutil.mak all
ren moxcptsk.com command.com
rem make -f maketerm.mak all
ren __*.* $$*.*
ren _*.sys $*.sys
Expand Down
6 changes: 0 additions & 6 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ BOOTDIR="SOURCES/src/latest"

[ -f "$BOOTDIR"/'$$mos.sys' ] || (echo "Run ./build.sh first!" && exit 1)

if [ ! -f "$BOOTDIR"/COMMAND.COM ]; then
unzip SHIPMOS/SHIPMOS.ZIP COMMAND.COM -d "$BOOTDIR" || \
(echo "Unable to extract command.com, unzip not installed?" && \
exit 1)
fi

dosemu --Fdrive_c "$BOOTDIR"

0 comments on commit b74deaf

Please sign in to comment.