diff --git a/ableos/src/experiments/systeminfo.rs b/ableos/src/experiments/systeminfo.rs index b0efc23..611f5be 100644 --- a/ableos/src/experiments/systeminfo.rs +++ b/ableos/src/experiments/systeminfo.rs @@ -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 diff --git a/ableos/src/lib.rs b/ableos/src/lib.rs index 476f340..5261538 100644 --- a/ableos/src/lib.rs +++ b/ableos/src/lib.rs @@ -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; diff --git a/ableos/src/wasm/mod.rs b/ableos/src/wasm/mod.rs new file mode 100644 index 0000000..e69de29