User base from 0x0->0x10000; user image size limit from 128MB->16MB; trigger race condition on k210

This commit is contained in:
Yifan Wu 2021-10-03 07:36:41 -07:00
parent a341b338c8
commit ff5055386b
5 changed files with 18 additions and 14 deletions

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*)
}
}
}