From 1e695442aa92b65cecc1b046d32d5ecc341064f8 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sat, 28 Mar 2026 07:29:00 -0400 Subject: Disable XL OS copy in config (we aren't using the extra RAM yet anyway). --- config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.c b/config/config.c index f38baa1..8d09e8e 100644 --- a/config/config.c +++ b/config/config.c @@ -565,7 +565,7 @@ void main(void) { print("Version " VERSION "\n\n"); detect_dos(); - detect_xl(); + // detect_xl(); // not yet if(!load(0)) print("Using built-in default config.\n"); -- cgit v1.2.3