ember_os 0.1.3

A simple OS kernel implemented in rust, which has referenced https://os.phil-opp.com/
Documentation
1
2
3
4
#[inline]
pub fn invoke_breakpoint_exception() {
  x86_64::instructions::interrupts::int3();
}