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

14
Source/BL/Build.cmd Normal file
View File

@@ -0,0 +1,14 @@
@echo off
setlocal
set TOOLS=../../Tools
set PATH=%TOOLS%\tasm32;%TOOLS%\zx;%PATH%
set TASMTABS=%TOOLS%\tasm32
set ZXBINDIR=%TOOLS%/cpm/bin/
set ZXLIBDIR=%TOOLS%/cpm/lib/
set ZXINCDIR=%TOOLS%/cpm/include/
tasm -t80 -g3 -fFF bl.asm bl.bin bl.lst