User base 0x0->0x10000

This commit is contained in:
Yifan Wu 2022-01-02 14:12:47 -08:00
parent bfa23a257b
commit 6c79752cff

View File

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