Bump rustsbi to 0.1.1 && make config of qemu/k210 different
This commit is contained in:
parent
a8388036f1
commit
e0646c2d53
11 changed files with 63 additions and 143 deletions
5
user/Cargo.lock
generated
5
user/Cargo.lock
generated
|
@ -1,5 +0,0 @@
|
|||
# This file is automatically @generated by Cargo.
|
||||
# It is not intended for manual editing.
|
||||
[[package]]
|
||||
name = "user_lib"
|
||||
version = "0.1.0"
|
|
@ -1,6 +1,6 @@
|
|||
import os
|
||||
|
||||
base_address = 0x80100000
|
||||
base_address = 0x80400000
|
||||
step = 0x20000
|
||||
linker = 'src/linker.ld'
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
OUTPUT_ARCH(riscv)
|
||||
ENTRY(_start)
|
||||
|
||||
BASE_ADDRESS = 0x80100000;
|
||||
BASE_ADDRESS = 0x80400000;
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue