From 6adc312213276dde62235e7ccf4a162be6a3fe7d Mon Sep 17 00:00:00 2001 From: Able Date: Mon, 22 Nov 2021 07:37:41 -0600 Subject: [PATCH] miniscule work --- ableos/src/experiments/systeminfo.rs | 1 - ableos/src/lib.rs | 3 --- ableos/src/wasm/mod.rs | 0 3 files changed, 4 deletions(-) create mode 100644 ableos/src/wasm/mod.rs 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