dragon-nx32: Add system build instructions to README
authorTormod Volden <debian.tormod@gmail.com>
Tue, 14 Apr 2015 21:23:17 +0000 (23:23 +0200)
committerAlan Cox <alan@linux.intel.com>
Wed, 15 Apr 2015 11:35:32 +0000 (12:35 +0100)
Signed-off-by: Tormod Volden <debian.tormod@gmail.com>
Kernel/platform-dragon-nx32/README

index 7470162..2da01e9 100644 (file)
@@ -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
+