summaryrefslogtreecommitdiff
path: root/crates/kernel/src/constants.rs
blob: 9c53bd82c2ad586877d4603708fadb47c8b51f55 (plain)
1
2
/// The size of kernel stacks.
pub const STACK_SIZE: usize = 2 << 20;