Generate Bootable Disk Images

Disk images created as part of the build process can now be made bootable without requiring the user to run SYSCOPY.  Some of the disk images are now bootable.
This commit is contained in:
Wayne Warthen
2020-01-16 15:11:18 -08:00
parent 5b78631fdc
commit 32210b399c
19 changed files with 324 additions and 828 deletions

View File

@@ -11,3 +11,4 @@ setlocal & cd CPM3 && call Build || exit /b 1 & endlocal
setlocal & cd ZPM3 && call Build || exit /b 1 & endlocal
setlocal & cd Forth && call Build || exit /b 1 & endlocal
setlocal & cd Fonts && call Build || exit /b 1 & endlocal
setlocal & cd BL && call Build || exit /b 1 & endlocal