From: Neal Andrew Crook Date: Thu, 23 Jun 2016 18:27:01 +0000 (+0100) Subject: REvise instructions to suit new build script. X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=511ac471f941025ebd13e51413667a019d2dffe5;p=FUZIX.git REvise instructions to suit new build script. --- diff --git a/Kernel/platform-multicomp09/README b/Kernel/platform-multicomp09/README index d7f3efbe..5fe43762 100644 --- a/Kernel/platform-multicomp09/README +++ b/Kernel/platform-multicomp09/README @@ -157,15 +157,13 @@ make -C Applications/ld09 TARGET=multicomp09 make -C Applications/V7/games -f Makefile.6809 TARGET=multicomp09 make -C Applications/games -f Makefile.6809 TARGET=multicomp09 make -C Applications/MWC/cmd -f Makefile.6809 TARGET=multicomp09 +make -C Applications/rpilot-1.4.2 -f Makefile.6809 TARGET=multicomp09 # 4. Build disk tools make -C Standalone # 5. Build boot disk image -cd Standalone/filesystem-src && ./build-filesystem -X fuzixfs.dsk 256 65535 - -# 6. Add extras -cd Standalone/filesystem-src && ./add-extras -X fuzixfs.dsk +cd Standalone/filesystem-src && ./build-filesystem-ng -x -f fuzixfs.dsk **************************