From 373d49c53f9f60b9d29fb819da18adc33f79a7dc Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 13 Sep 2016 22:08:41 +0100 Subject: [PATCH] n8vem-mark4: note need to move things for monitor --- Kernel/platform-n8vem-mark4/kernel.def | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/platform-n8vem-mark4/kernel.def b/Kernel/platform-n8vem-mark4/kernel.def index 7596dced..8fd456f0 100644 --- a/Kernel/platform-n8vem-mark4/kernel.def +++ b/Kernel/platform-n8vem-mark4/kernel.def @@ -13,6 +13,7 @@ Z180_IO_BASE .equ 0x40 MARK4_IO_BASE .equ 0x80 ; No standard clock speed for the Mark IV board, but this is a common choice. +; Move down to 0xF600 to fit the monitor in USE_FANCY_MONITOR .equ 1 ; disabling this saves around approx 0.5KB CPU_CLOCK_KHZ .equ 36864 ; 18.432MHz * 2 TICKSPERSEC .equ 40 ; timer interrupt rate (Hz) -- 2.34.1