pub struct Stack<const NUM_PAGES: usize>(/* private fields */);Expand description
A stack for some CPU core.
This is used by the entry! macro to reserve space for the boot stack.
pub struct Stack<const NUM_PAGES: usize>(/* private fields */);A stack for some CPU core.
This is used by the entry! macro to reserve space for the boot stack.