Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Jul 30, 2018
1 parent c0dc2a9 commit 4c6be9c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tool/linker/drv3/make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ if [ "$1" == "clean" ]; then
rm -f win95.dsk
rm -f win95s.dsk
rm -f win95r.dsk
rm -f win95l.dsk
rm -f win95rc.dsk drva.asm drva2.asm
rm -Rf linux-host
exit 0
Expand All @@ -40,6 +41,9 @@ if [ "$1" == "disk" ]; then

gunzip -c -d win95.dsk.gz >win95rc.dsk
mcopy -i win95rc.dsk dos86c/test2.sys ::drv.sys

gunzip -c -d win95.dsk.gz >win95l.dsk
mcopy -i win95l.dsk dos86l/test2.sys ::drv.sys
fi

if [[ "$1" == "build" || "$1" == "" ]]; then
Expand Down

0 comments on commit 4c6be9c

Please sign in to comment.