From: Will Sowerbutts Date: Fri, 8 May 2015 22:45:14 +0000 (+0100) Subject: zeta-v2: Build a CP/M loader for the kernel X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=10f3db9990e408d25d6f4bf8805191456f85b104;p=FUZIX.git zeta-v2: Build a CP/M loader for the kernel --- diff --git a/Kernel/platform-zeta-v2/Makefile b/Kernel/platform-zeta-v2/Makefile index 1a168a28..724aa8e7 100644 --- a/Kernel/platform-zeta-v2/Makefile +++ b/Kernel/platform-zeta-v2/Makefile @@ -48,3 +48,4 @@ image: sdldz80 -m -i bootrom.rel makebin -s 256 bootrom.ihx > bootrom.bin cat bootrom.bin ../fuzix.bin > fuzix.rom + ../cpm-loader/makecpmloader ../cpm-loader/cpmload.bin ../fuzix.bin 0x88 fuzix.com