dioxide 0.0.1

A barebones OS built in Rust
Documentation
1
2
3
4
#[inline]
pub fn halt() {
  unsafe { core::arch::asm!("hlt") };
}