pudding-kernel 0.1.2

RealTime-OS Kernel
Documentation
1
2
3
4
5
6
pub(crate) unsafe fn cpu_initialize() {}
pub(crate) unsafe fn cpu_lock() {}
pub(crate) unsafe fn cpu_unlock() {}
pub(crate) unsafe fn cpu_halt() {}

pub(crate) unsafe fn interrupt_initialize(_stack: &mut [u8]) {}