From f0955c856c47f9a1c54c108ba88f28c0bd7f588d Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 19 Oct 2017 20:44:42 +0100 Subject: [PATCH] ibmpc: load at logical 0 --- Kernel/platform-ibmpc/fuzix.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-ibmpc/fuzix.ld b/Kernel/platform-ibmpc/fuzix.ld index 05784a33..f0534b4d 100644 --- a/Kernel/platform-ibmpc/fuzix.ld +++ b/Kernel/platform-ibmpc/fuzix.ld @@ -6,7 +6,7 @@ SEARCH_DIR(.) MEMORY { - ram (rwx) : ORIGIN = 0x1000, LENGTH = 0xE000 + ram (rwx) : ORIGIN = 0x0000, LENGTH = 0x10000 } /* -- 2.34.1