2018-04-28 08:48:16 +04:00
|
|
|
#![allow(dead_code)]
|
2018-04-13 10:22:09 +04:00
|
|
|
|
2018-10-14 18:28:01 +04:00
|
|
|
pub use arch::consts::*;
|
2018-07-10 13:37:38 +04:00
|
|
|
|
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;
|