User base 0x0->0x10000
This commit is contained in:
parent
76b6ba65ac
commit
55cda2a855
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
OUTPUT_ARCH(riscv)
|
||||
ENTRY(_start)
|
||||
|
||||
BASE_ADDRESS = 0x0;
|
||||
BASE_ADDRESS = 0x10000;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue