rstubs
0.1.0
Modules
arch
assignments
device
gdt
graphics
interrupts
multiboot
threading
user
util
Constants
FLAGS
MAX_CPUS
SCREEN_HEIGHT
SCREEN_WIDTH
STACK_S
Statics
INIT_STACKS
KERNEL_BEGIN
KERNEL_END
MBOOT
MBOOT_PTR
MBOOT_SIG
STACK_SIZE
start_high
Functions
main
panic
?
Settings
Constant
rstubs
::
MAX_CPUS
Copy item path
source
·
[
−
]
pub(crate) const MAX_CPUS: usize = 4;
Expand description
Maximal number of cores the OS supports.