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
5
use alloc::string::String;

pub fn shell_entry() {
  let mut _input = String::new();
}