Bump to rust nightly-2022-01-01, feature global_asm,asm->stable
This commit is contained in:
parent
98a7b866b5
commit
3f0c3f6dfd
9 changed files with 13 additions and 6 deletions
|
@ -1,7 +1,5 @@
|
|||
#![no_std]
|
||||
#![no_main]
|
||||
#![feature(global_asm)]
|
||||
#![feature(asm)]
|
||||
#![feature(panic_info_message)]
|
||||
#![feature(alloc_error_handler)]
|
||||
|
||||
|
@ -24,6 +22,8 @@ mod mm;
|
|||
mod fs;
|
||||
mod drivers;
|
||||
|
||||
use core::arch::global_asm;
|
||||
|
||||
global_asm!(include_str!("entry.asm"));
|
||||
|
||||
fn clear_bss() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue