forked from AbleOS/ableos
Features in one attribute
This commit is contained in:
parent
af52a7410a
commit
ff703e5cb0
|
@ -4,11 +4,13 @@
|
|||
//!
|
||||
|
||||
#![no_std]
|
||||
#![feature(abi_x86_interrupt)]
|
||||
#![feature(alloc_error_handler)]
|
||||
#![feature(prelude_import)]
|
||||
#![feature(asm_sym)] // Needed for riscv
|
||||
#![feature(naked_functions)]
|
||||
#![feature(
|
||||
abi_x86_interrupt,
|
||||
alloc_error_handler,
|
||||
asm_sym, // Needed for RISC-V
|
||||
naked_functions,
|
||||
prelude_import,
|
||||
)]
|
||||
|
||||
#[macro_use]
|
||||
pub extern crate log;
|
||||
|
|
Loading…
Reference in a new issue