User base 0x0->0x10000

ch4
Yifan Wu 4 years ago
parent ba4ff28420
commit c8d504cd57

@ -2,7 +2,7 @@
OUTPUT_ARCH(riscv)
ENTRY(_start)
BASE_ADDRESS = 0x0;
BASE_ADDRESS = 0x10000;
SECTIONS
{
@ -29,4 +29,4 @@ SECTIONS
*(.eh_frame)
*(.debug*)
}
}
}

Loading…
Cancel
Save