rstubs

Static INIT_STACKS

source
pub(crate) static mut INIT_STACKS: [[u32; 8192]; 1]
Expand description

Stacks for each core, used for initialization (set before calling kmain).

It is also reused for the idle threads.