From 6b499cbd1357a8d964e07e24cf3b2884a0a8333c Mon Sep 17 00:00:00 2001 From: Tormod Volden Date: Tue, 14 Apr 2015 23:23:17 +0200 Subject: [PATCH] dragon-nx32: Add system build instructions to README Signed-off-by: Tormod Volden --- Kernel/platform-dragon-nx32/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Kernel/platform-dragon-nx32/README b/Kernel/platform-dragon-nx32/README index 74701620..2da01e99 100644 --- a/Kernel/platform-dragon-nx32/README +++ b/Kernel/platform-dragon-nx32/README @@ -54,3 +54,24 @@ On the Dragon type: DLOAD"DWFUZ" Note that if using the DW4 DriveWire server, all files must be padded to a multiple of 256 bytes! Use for instance Kernel/tools/pad256 + +QUICK BUILDING INSTRUCTIONS + +1. Build the kernel: +cd Kernel +make TARGET=dragon-nx32 + +2. Build the libraries +cd Library +make tools/syscall_6809 +cd libs +make -f Makefile.6809 + +3. Build the utils +cd Applications/util +make -f Makefile.6809 TARGET=dragon-nx32 + +4. Build boot disk image +cd Standalone/filesystem-src +./build-filesystem -X fuzix.dsk 256 65535 + -- 2.34.1