User base 0x0->0x10000

pull/66/head
Yifan Wu 4 years ago
parent bfa23a257b
commit 6c79752cff

@ -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