From: Will Sowerbutts Date: Fri, 8 May 2015 23:01:06 +0000 (+0100) Subject: zeta-v2: Fix error in comment X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a8a3b8656d0af69ad4fc9adb9f37c0f007cf1a30;p=FUZIX.git zeta-v2: Fix error in comment --- 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.