forked from koniifer/ableos
miniscule work
This commit is contained in:
parent
b3817c0bd3
commit
6adc312213
|
@ -31,7 +31,6 @@ Memory: {}
|
||||||
return x;
|
return x;
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
|
|
||||||
pub const KERNEL_VERSION: &str = env!("CARGO_PKG_VERSION");
|
pub const KERNEL_VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||||
#[cfg(debug_assertions)]
|
#[cfg(debug_assertions)]
|
||||||
/// A constant to check if the kernel is in debug mode
|
/// A constant to check if the kernel is in debug mode
|
||||||
|
|
|
@ -32,10 +32,7 @@ use arch::drivers::serial;
|
||||||
|
|
||||||
mod driver_traits;
|
mod driver_traits;
|
||||||
mod experiments;
|
mod experiments;
|
||||||
#[cfg(not(target_arch = "mips"))]
|
|
||||||
// pub mod allocator;
|
|
||||||
mod kmain;
|
mod kmain;
|
||||||
#[cfg(not(target_arch = "mips"))]
|
|
||||||
mod panic;
|
mod panic;
|
||||||
pub use experiments::server;
|
pub use experiments::server;
|
||||||
pub mod keyboard;
|
pub mod keyboard;
|
||||||
|
|
0
ableos/src/wasm/mod.rs
Normal file
0
ableos/src/wasm/mod.rs
Normal file
Loading…
Reference in a new issue