Static rstubs::INIT_STACKS
source ยท #[no_mangle]pub static mut INIT_STACKS: [[u32; 4096]; 4]
Expand description
Stacks for each core, used for initialization (set before calling main).
It is also reused for the idle threads.
#[no_mangle]pub static mut INIT_STACKS: [[u32; 4096]; 4]
Stacks for each core, used for initialization (set before calling main).
It is also reused for the idle threads.