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.
pub(crate) static mut INIT_STACKS: [[u32; 8192]; 1]
Stacks for each core, used for initialization (set before calling kmain).
It is also reused for the idle threads.