Updated Makes and some disks for Remy to look at.

This commit is contained in:
Patrick Kloepfer 2019-11-30 21:33:17 -05:00
parent f9eb786fd6
commit 9e207f7cea
9 changed files with 5 additions and 5 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -40,7 +40,7 @@ ELSE
FI
SET IM = "DEBUG Build No. ${B}"
ECHO "\n\nFormatting Destination..."
FORMAT -1 S6D2 DEBUG
FORMAT -1 s6d2 DEBUG
ECHO "Making Directory Structure..."
MD /DEBUG/BIN
MD /DEBUG/DRV

View File

@ -106,7 +106,7 @@ SWITCH $PDOS
EXIT
END
ECHO "Formatting Destination..."
FORMAT -B 1600 S7D2 fullboot
FORMAT -B 1600 s7d2 fullboot
ECHO "Making Directory Structure..."
md /fullboot/bin
md /fullboot/drv

View File

@ -66,7 +66,7 @@ SWITCH $RCS
EXIT
END
ECHO "Formatting Destination..."
FORMAT -B 65535 S7D2 FULLBOOT
FORMAT -B 65535 s7s2 FULLBOOT
ECHO "Making Directory Structure..."
MD /FULLBOOT/BIN
MD /FULLBOOT/DRV

View File

@ -67,7 +67,7 @@ SWITCH $RCS
EXIT
END
ECHO "\n\nFormatting Destination..."
FORMAT -1 S6D1 MINIBOOT
FORMAT -1 s6d1 MINIBOOT
ECHO "Making Directory Structure..."
MD /MINIBOOT/BIN
MD /MINIBOOT/DRV

View File

@ -66,7 +66,7 @@ SWITCH $RCS
EXIT
END
ECHO "Formatting Destination..."
FORMAT -B 65535 S7D2 TDBOOT
FORMAT -B 65535 s7d2 TDBOOT
ECHO "Making Directory Structure..."
MD /TDBOOT/BIN
MD /TDBOOT/DRV