Static rstubs::INIT_STACKS

source ·
#[no_mangle]
pub static mut INIT_STACKS: [[u32; 4096]; 1]
Expand description

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

It is also reused for the idle threads.