Switch ok with debug mode apps, implement sys_exit correctly later.
This commit is contained in:
parent
e552f3cfca
commit
91043b08cd
16 changed files with 244 additions and 147 deletions
|
@ -2,7 +2,7 @@
|
|||
OUTPUT_ARCH(riscv)
|
||||
ENTRY(_start)
|
||||
|
||||
BASE_ADDRESS = 0x80040000;
|
||||
BASE_ADDRESS = 0x80100000;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue