forked from AbleOS/ableos
miniscule work
This commit is contained in:
parent
b3817c0bd3
commit
6adc312213
|
@ -31,7 +31,6 @@ Memory: {}
|
|||
return x;
|
||||
}
|
||||
*/
|
||||
|
||||
pub const KERNEL_VERSION: &str = env!("CARGO_PKG_VERSION");
|
||||
#[cfg(debug_assertions)]
|
||||
/// A constant to check if the kernel is in debug mode
|
||||
|
|
|
@ -32,10 +32,7 @@ use arch::drivers::serial;
|
|||
|
||||
mod driver_traits;
|
||||
mod experiments;
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
// pub mod allocator;
|
||||
mod kmain;
|
||||
#[cfg(not(target_arch = "mips"))]
|
||||
mod panic;
|
||||
pub use experiments::server;
|
||||
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