From: Alan Cox Date: Thu, 19 Oct 2017 19:44:42 +0000 (+0100) Subject: ibmpc: load at logical 0 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=f0955c856c47f9a1c54c108ba88f28c0bd7f588d;p=FUZIX.git ibmpc: load at logical 0 --- 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 } /*