summaryrefslogtreecommitdiff
path: root/kernel.ld
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.ld')
-rw-r--r--kernel.ld3
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel.ld b/kernel.ld
index 3726f4e..f13ba61 100644
--- a/kernel.ld
+++ b/kernel.ld
@@ -8,7 +8,8 @@ ENTRY(_start)
SECTIONS
{
/* Load the kernel at this address: "." means the current address */
- . = 0xF0100000;
+ /* Must be equal to KERNLINK */
+ . = 0x80100000;
.text : AT(0x100000) {
*(.text .stub .text.* .gnu.linkonce.t.*)