v658c16: fix memory size reporting
authorAlan Cox <alan@linux.intel.com>
Sun, 24 Sep 2017 23:00:27 +0000 (00:00 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 24 Sep 2017 23:00:27 +0000 (00:00 +0100)
512K not 8K !

Kernel/platform-v65c816/v65.s

index 50ba18c..06a2543 100644 (file)
@@ -111,7 +111,7 @@ init_hardware:
         ; set system RAM size for test purposes
        rep #$10
        .i16
-       ldx #8
+       ldx #512
        stx _ramsize
        ldx #512-64
        stx _procmem