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