somehal 0.4.12

Boot kernel code with mmu.
Documentation
1
2
3
4
use crate::lazy_static::LazyStatic;

#[unsafe(link_section = ".data")]
pub static CPU_NUM: LazyStatic<usize> = LazyStatic::with_default(1);