From 52836746574a7b53b932e81bb9ca8c92c2655d92 Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Thu, 14 May 2015 11:05:16 +0200 Subject: [PATCH] dragon-nx32: Make build instructions copy-pasteable Signed-off-by: Tormod Volden --- Kernel/platform-dragon-nx32/README | 25 ++++++++++--------------- 1 file changed, 10 insertions(+), 15 deletions(-) diff --git a/Kernel/platform-dragon-nx32/README b/Kernel/platform-dragon-nx32/README index 4b0ed1cf..26ec2632 100644 --- a/Kernel/platform-dragon-nx32/README +++ b/Kernel/platform-dragon-nx32/README @@ -57,25 +57,20 @@ a multiple of 256 bytes! Use for instance Kernel/tools/pad256 QUICK BUILDING INSTRUCTIONS -1. Build the kernel: -cd Kernel -make TARGET=dragon-nx32 +# 1. Build the kernel: +make -C Kernel TARGET=dragon-nx32 -2. Build the libraries -cd Library -make tools/syscall_6809 -cd libs -make -f Makefile.6809 +# 2. Build the libraries +make -C Library tools/syscall_6809 +make -C Library/libs -f Makefile.6809 -3. Build the utils -cd Applications/util -make -f Makefile.6809 TARGET=dragon-nx32 +# 3. Build the utils +make -C Applications/util -f Makefile.6809 TARGET=dragon-nx32 -4. Build disk tools -cd Standalone -make +# 4. Build disk tools +make -C Standalone -5. Build boot disk image +# 5. Build boot disk image cd Standalone/filesystem-src ./build-filesystem -X fuzix.dsk 256 65535 -- 2.34.1