From 6221aa5b8a39ba5ad7b30c6dccd1a8ff5fce5a87 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Mon, 25 Sep 2017 00:00:27 +0100 Subject: [PATCH] v658c16: fix memory size reporting 512K not 8K ! --- Kernel/platform-v65c816/v65.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-v65c816/v65.s b/Kernel/platform-v65c816/v65.s index 50ba18ce..06a25434 100644 --- a/Kernel/platform-v65c816/v65.s +++ b/Kernel/platform-v65c816/v65.s @@ -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 -- 2.34.1