summaryrefslogtreecommitdiff
path: root/stage3.ld
diff options
context:
space:
mode:
Diffstat (limited to 'stage3.ld')
-rw-r--r--stage3.ld9
1 files changed, 2 insertions, 7 deletions
diff --git a/stage3.ld b/stage3.ld
index 45a1486..e2d19d3 100644
--- a/stage3.ld
+++ b/stage3.ld
@@ -1,9 +1,4 @@
-OUTPUT(stage3.bin)
-OUTPUT_FORMAT(binary)
-
-SECTIONS
+MEMORY
{
- . = 0x9000;
- .text : { *(.text) }
- .data : { *(.bss .data .rodata) }
+ ram (rwx) : ORIGIN = 0x100000, LENGTH = 0x100000
}