zeta-v2: Fix error in comment
authorWill Sowerbutts <will@sowerbutts.com>
Fri, 8 May 2015 23:01:06 +0000 (00:01 +0100)
committerWill Sowerbutts <will@sowerbutts.com>
Fri, 8 May 2015 23:01:06 +0000 (00:01 +0100)
Kernel/platform-zeta-v2/zeta-v2.s

index 5957e60..951df99 100644 (file)
@@ -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.