diff --git a/bootloader/rustsbi-k210.bin b/bootloader/rustsbi-k210.bin index 27987d68..c53ed1fc 100755 Binary files a/bootloader/rustsbi-k210.bin and b/bootloader/rustsbi-k210.bin differ diff --git a/bootloader/rustsbi-qemu.bin b/bootloader/rustsbi-qemu.bin index 0e61b8ea..ddbf336a 100755 Binary files a/bootloader/rustsbi-qemu.bin and b/bootloader/rustsbi-qemu.bin differ diff --git a/os/src/loader.rs b/os/src/loader.rs index 6f302adb..bfdc3970 100644 --- a/os/src/loader.rs +++ b/os/src/loader.rs @@ -58,5 +58,5 @@ pub fn list_apps() { for app in APP_NAMES.iter() { println!("{}", app); } - println!("**************/") + println!("**************/"); } \ No newline at end of file diff --git a/rust-toolchain b/rust-toolchain index bf867e0a..1c5af266 100644 --- a/rust-toolchain +++ b/rust-toolchain @@ -1 +1 @@ -nightly +nightly-2021-08-25