riscv: 映射内核到指定的虚拟地址,使得kinfo能正常工作 (#468)

* riscv: 映射内核到指定的虚拟地址,使得kinfo能正常工作
This commit is contained in:
LoGin
2023-12-16 22:26:26 +08:00
committed by GitHub
parent cf44232423
commit 666cffedab
8 changed files with 348 additions and 21 deletions

View File

@ -35,4 +35,4 @@ clean:
libc: $(libc_objs) $(libc_sub_dirs) libc_rust
libc_rust:
cargo +nightly-2023-01-21 build --release --target ./arch/x86_64/x86_64-unknown-none.json
cargo +nightly-2023-08-15 build --release --target ./arch/x86_64/x86_64-unknown-none.json