From a8a3b8656d0af69ad4fc9adb9f37c0f007cf1a30 Mon Sep 17 00:00:00 2001 From: Will Sowerbutts Date: Sat, 9 May 2015 00:01:06 +0100 Subject: [PATCH] zeta-v2: Fix error in comment --- Kernel/platform-zeta-v2/zeta-v2.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-zeta-v2/zeta-v2.s b/Kernel/platform-zeta-v2/zeta-v2.s index 5957e60a..951df995 100644 --- a/Kernel/platform-zeta-v2/zeta-v2.s +++ b/Kernel/platform-zeta-v2/zeta-v2.s @@ -68,7 +68,7 @@ init_early: call copy32k ; copy first 32K pop de ; recover memory mapping ld d, e ; now for the next 32K - ld a, #34 ; target = first page of RAM + ld a, #34 ; target = third page of RAM call copy32k ; copy second 32K ; Finally remap all four 16K banks to the bottom of physical memory. -- 2.34.1