index
:
vernos
trunk
An operating system made in the spring.
Nathan Ringo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
kernel
/
src
/
constants.rs
blob: 9c53bd82c2ad586877d4603708fadb47c8b51f55 (
plain
)
1
2
/// The size of kernel stacks.
pub
const
STACK_SIZE
:
usize
=
2
<<
20
;