From c4e1fb43f5dd26b6a6a2e395d4dcb66ca60ad539 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 15 Jan 2024 22:07:42 +0000 Subject: [PATCH] sc720: this gets us part way running Things blow up later with what looks like an IRQ related problem but may be some kind of reg var corruption issue --- Kernel/platform/platform-sc720/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Kernel/platform/platform-sc720/Makefile b/Kernel/platform/platform-sc720/Makefile index cdc1f2fdf9..1019603669 100644 --- a/Kernel/platform/platform-sc720/Makefile +++ b/Kernel/platform/platform-sc720/Makefile @@ -74,7 +74,8 @@ image: bootblock /opt/ccz80/lib/libz80.a -m fuzix.tmpmap perl -lpe '$$_=hex' fuzix.tmpmap | paste -d" " - fuzix.tmpmap | sort -n | cut -d" " -f 2- >../../fuzix.map ../../tools/pack85 <../../fuzix.map fuzix.bin ../../fuzix.bin - cat boot-romwbw.bin ../../fuzix.bin >fuzix.romwbw + cp boot-romwbw.bin fuzix.romwbw + dd if=../../fuzix.bin bs=256 skip=1 seek=4 of=fuzix.romwbw # # Compile up the boot block #