aboutsummaryrefslogtreecommitdiff
path: root/linker.ld
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2022-02-24 23:38:38 -0700
committerChristian Cunningham <cc@localhost>2022-02-24 23:38:38 -0700
commit9169796632fcdeb5e8e74ed60c6cbe31081e51f2 (patch)
treef9076beb2cbdd4f8cb2677b9be64fa145b0fc3d1 /linker.ld
parenta9e89946ad7f6918b954d7416c755a90c0eace9d (diff)
MMU and working on hardware
Diffstat (limited to 'linker.ld')
-rw-r--r--linker.ld1
1 files changed, 0 insertions, 1 deletions
diff --git a/linker.ld b/linker.ld
index 3d84d1c..60f16de 100644
--- a/linker.ld
+++ b/linker.ld
@@ -13,7 +13,6 @@ SECTIONS
KEEP(*(.text.kernel))
*(.text*)
}
- . = 0x208000; /* 2MiB Kernel/ Boot */
__text_end = .;
__data_start = .;