Browse Source

Disk Image Processing Tweaks

- Restore copying PIP application to ZSDOS and NZCOM disks.
- The floppy version of some supplemental disks were not being generated due to a typo.
- The ReadMe.txt file for some supplemental disks was not being added to the disk.
master
Wayne Warthen 1 year ago
parent
commit
76567d1e53
  1. 16
      Source/Images/Build.cmd
  2. 54
      Source/Images/d_bascomp/Readme.txt
  3. 54
      Source/Images/d_bascomp/u0/README.TXT
  4. 4
      Source/Images/fd_aztecc.txt
  5. 4
      Source/Images/fd_bascomp.txt
  6. 4
      Source/Images/fd_cowgol.txt
  7. 4
      Source/Images/fd_fortran.txt
  8. 4
      Source/Images/fd_games.txt
  9. 4
      Source/Images/fd_hitechc.txt
  10. 1
      Source/Images/fd_nzcom.txt
  11. 4
      Source/Images/fd_tpascal.txt
  12. 4
      Source/Images/fd_z80asm.txt
  13. 2
      Source/Images/fd_zsdos.txt
  14. 4
      Source/Images/hd_aztecc.txt
  15. 4
      Source/Images/hd_bascomp.txt
  16. 4
      Source/Images/hd_cowgol.txt
  17. 4
      Source/Images/hd_fortran.txt
  18. 4
      Source/Images/hd_games.txt
  19. 4
      Source/Images/hd_hitechc.txt
  20. 2
      Source/Images/hd_nzcom.txt
  21. 4
      Source/Images/hd_tpascal.txt
  22. 4
      Source/Images/hd_z80asm.txt
  23. 2
      Source/Images/hd_zsdos.txt

16
Source/Images/Build.cmd

@ -16,14 +16,14 @@ call BuildDisk.cmd zpm3 fd wbw_fd144 ..\zpm3\zpmldr.sys || exit /b
call BuildDisk.cmd z3plus fd wbw_fd144 ..\cpm3\cpmldr.sys || exit /b
call BuildDisk.cmd ws4 fd wbw_fd144 || exit /b
call BuildDisk.cmd qpm fd wbw_fd144 ..\qpm\qpm_wbw.sys || exit /b
call BuildDisk.cmd z80asm hd wbw_fd144 || exit /b
call BuildDisk.cmd aztecc hd wbw_fd144 || exit /b
call BuildDisk.cmd hitechc hd wbw_fd144 || exit /b
call BuildDisk.cmd tpascal hd wbw_fd144 || exit /b
call BuildDisk.cmd bascomp hd wbw_fd144 || exit /b
call BuildDisk.cmd fortran hd wbw_fd144 || exit /b
call BuildDisk.cmd games hd wbw_fd144 || exit /b
call BuildDisk.cmd cowgol hd wbw_fd144 || exit /b
call BuildDisk.cmd z80asm fd wbw_fd144 || exit /b
call BuildDisk.cmd aztecc fd wbw_fd144 || exit /b
call BuildDisk.cmd hitechc fd wbw_fd144 || exit /b
call BuildDisk.cmd tpascal fd wbw_fd144 || exit /b
call BuildDisk.cmd bascomp fd wbw_fd144 || exit /b
call BuildDisk.cmd fortran fd wbw_fd144 || exit /b
call BuildDisk.cmd games fd wbw_fd144 || exit /b
call BuildDisk.cmd cowgol fd wbw_fd144 || exit /b
echo.
echo Building Hard Disk Images (512 directory entry format)...

54
Source/Images/d_bascomp/Readme.txt

@ -9,3 +9,57 @@ faster than interpreted programs if maximum use of integer variables is
made.
View BASCOM.HLP included in the disk image using HELP.COM for documentation.
-----------------------------------------------------------
Example of a session:
-----------------------------------------------------------
>MBASIC
BASIC-80 Rev. 5.21
[CP/M Version]
Copyright 1977-1981 (C) by Microsoft
Created: 28-Jul-81
31800 Bytes free
Ok
10 PRINT "Hello World"
list
10 PRINT "Hello World"
Ok
RUN
Hello World
Ok
SAVE "HELLO",A
Ok
SYSTEM
A>TYPE BAS.SUB
BASCOM =$1 /E
L80 $1,$1/N/E
A>SUPERSUB BAS HELLO
SuperSUB V1.1
A>BASCOM =HELLO /E
00000 Fatal Error(s)
24196 Bytes Free
A>L80 HELLO,HELLO/N/E
Link-80 3.44 09-Dec-81 Copyright (c) 1981 Microsoft
Data 4000 4197 < 407>
40207 Bytes Free
[4011 4197 65]
A>hello
Hello World
A>

54
Source/Images/d_bascomp/u0/README.TXT

@ -1,54 +0,0 @@
Microsoft Basic-80 Compiler v.5.30a
-----------------------------------------------------------
Example of a session:
-----------------------------------------------------------
>MBASIC
BASIC-80 Rev. 5.21
[CP/M Version]
Copyright 1977-1981 (C) by Microsoft
Created: 28-Jul-81
31800 Bytes free
Ok
10 PRINT "Hello World"
list
10 PRINT "Hello World"
Ok
RUN
Hello World
Ok
SAVE "HELLO",A
Ok
SYSTEM
A>TYPE BAS.SUB
BASCOM =$1 /E
L80 $1,$1/N/E
A>SUPERSUB BAS HELLO
SuperSUB V1.1
A>BASCOM =HELLO /E
00000 Fatal Error(s)
24196 Bytes Free
A>L80 HELLO,HELLO/N/E
Link-80 3.44 09-Dec-81 Copyright (c) 1981 Microsoft
Data 4000 4197 < 407>
40207 Bytes Free
[4011 4197 65]
A>hello
Hello World
A>

4
Source/Images/fd_aztecc.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_aztecc/ReadMe.txt 0:

4
Source/Images/fd_bascomp.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_bascomp/ReadMe.txt 0:

4
Source/Images/fd_cowgol.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_cowgol/ReadMe.txt 0:

4
Source/Images/fd_fortran.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_fortran/ReadMe.txt 0:

4
Source/Images/fd_games.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_games/ReadMe.txt 0:

4
Source/Images/fd_hitechc.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_hitechc/ReadMe.txt 0:

1
Source/Images/fd_nzcom.txt

@ -5,6 +5,7 @@ d_nzcom/ReadMe.txt 0:
#
# Include selected CP/M 2.2 files
#
d_cpm22/u0/PIP.COM 15:
d_cpm22/u0/STAT.COM 15:
d_cpm22/u0/SUBMIT.COM 0:
d_cpm22/u0/XSUB.COM 15:

4
Source/Images/fd_tpascal.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_tpascal/ReadMe.txt 0:

4
Source/Images/fd_z80asm.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_z80asm/ReadMe.txt 0:

2
Source/Images/fd_zsdos.txt

@ -10,7 +10,7 @@ d_cpm22/u0/LIB.COM 0:
d_cpm22/u0/LINK.COM 0:
d_cpm22/u0/LOAD.COM 0:
d_cpm22/u0/MAC.COM 0:
#d_cpm22/u0/PIP.COM 0: ???
d_cpm22/u0/PIP.COM 0:
d_cpm22/u0/RMAC.COM 0:
d_cpm22/u0/STAT.COM 0:
d_cpm22/u0/SUBMIT.COM 0:

4
Source/Images/hd_aztecc.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_aztecc/ReadMe.txt 0:

4
Source/Images/hd_bascomp.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_bascomp/ReadMe.txt 0:

4
Source/Images/hd_cowgol.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_cowgol/ReadMe.txt 0:

4
Source/Images/hd_fortran.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_fortran/ReadMe.txt 0:

4
Source/Images/hd_games.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_games/ReadMe.txt 0:

4
Source/Images/hd_hitechc.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_hitechc/ReadMe.txt 0:

2
Source/Images/hd_nzcom.txt

@ -10,7 +10,7 @@ d_cpm22/u0/LIB.COM 15:
d_cpm22/u0/LINK.COM 15:
d_cpm22/u0/LOAD.COM 15:
d_cpm22/u0/MAC.COM 15:
#d_cpm22/u0/PIP.COM 15: ???
d_cpm22/u0/PIP.COM 15:
d_cpm22/u0/RMAC.COM 15:
d_cpm22/u0/STAT.COM 15:
d_cpm22/u0/SUBMIT.COM 0:

4
Source/Images/hd_tpascal.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_tpascal/ReadMe.txt 0:

4
Source/Images/hd_z80asm.txt

@ -0,0 +1,4 @@
#
# Add the ReadMe document
#
d_z80asm/ReadMe.txt 0:

2
Source/Images/hd_zsdos.txt

@ -10,7 +10,7 @@ d_cpm22/u0/LIB.COM 0:
d_cpm22/u0/LINK.COM 0:
d_cpm22/u0/LOAD.COM 0:
d_cpm22/u0/MAC.COM 0:
#d_cpm22/u0/PIP.COM 0: ???
d_cpm22/u0/PIP.COM 0:
d_cpm22/u0/RMAC.COM 0:
d_cpm22/u0/STAT.COM 0:
d_cpm22/u0/SUBMIT.COM 0:

Loading…
Cancel
Save