This commit is contained in:
2026-02-26 11:52:40 +01:00
parent 4dc05c4151
commit 79b75dc75b
8 changed files with 33 additions and 19 deletions

View File

@@ -5,11 +5,11 @@ OUTPUT_ARCH(riscv)
ENTRY(_start)
MEMORY {
RAM (wxa) : ORIGIN = 0x800dd1d8, LENGTH = 128M
RAM (wxa) : ORIGIN = 0x0, LENGTH = 128M
}
SECTIONS {
. = 0x800dd1d8;
. = 0x0;
.text : {
KEEP(*(.text._start))