1
0
Fork 0
forked from koniifer/ableos

miniscule work

This commit is contained in:
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; 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

View file

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