1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 18:03:27 +04:00
rCore/kernel/src/consts.rs

7 lines
121 B
Rust
Raw Normal View History

#![allow(dead_code)]
2018-04-13 10:22:09 +04:00
pub use arch::consts::*;
2018-07-11 06:57:07 +04:00
pub const MAX_CPU_NUM: usize = 8;
2018-07-14 21:07:25 +04:00
pub const MAX_PROCESS_NUM: usize = 48;