miniscule work

master
Able 2021-11-22 07:37:41 -06:00
parent b3817c0bd3
commit 6adc312213
3 changed files with 0 additions and 4 deletions

View File

@ -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

View File

@ -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
View File