Bump rustsbi to 0.1.1 && make config of qemu/k210 different

This commit is contained in:
Yifan Wu 2021-02-07 18:04:38 +08:00
parent a8388036f1
commit e0646c2d53
11 changed files with 63 additions and 143 deletions

5
user/Cargo.lock generated
View file

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

View file

@ -1,6 +1,6 @@
import os
base_address = 0x80100000
base_address = 0x80400000
step = 0x20000
linker = 'src/linker.ld'

View file

@ -2,7 +2,7 @@
OUTPUT_ARCH(riscv)
ENTRY(_start)
BASE_ADDRESS = 0x80100000;
BASE_ADDRESS = 0x80400000;
SECTIONS
{