Skip to content

Commit c5e8336

Browse files
committed
update & cleanup
Signed-off-by: YdrMaster <ydrml@hotmail.com>
1 parent e8d7db6 commit c5e8336

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustsbi-qemu/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ riscv = "0.8"
1212
spin = "0.9"
1313
r0 = "1"
1414
uart_16550 = "0.2"
15-
dtb-walker = { git = "https://github.com/YdrMaster/dtb-walker.git", rev = "43cfda9" }
15+
dtb-walker = "0.1.1"

rustsbi-qemu/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1+
#![feature(naked_functions, asm_sym, asm_const)]
12
#![no_std]
23
#![no_main]
3-
#![feature(naked_functions, asm_sym, asm_const)]
44
#![deny(warnings)]
55

66
#[macro_use] // for print

test-kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ riscv = "0.8"
1313
spin = "0.9"
1414
r0 = "1"
1515
uart_16550 = "0.2"
16-
dtb-walker = { git = "https://github.com/YdrMaster/dtb-walker.git", rev = "43cfda9" }
16+
dtb-walker = "0.1.1"

test-kernel/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
//! A test kernel to test RustSBI function on all platforms
22
33
#![feature(naked_functions, asm_sym, asm_const)]
4-
#![feature(default_alloc_error_handler)]
54
#![no_std]
65
#![no_main]
76

0 commit comments

Comments
 (0)