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
6
#![allow(dead_code)]

pub mod linked_list;
pub mod lru_cache;
pub mod trie;
pub mod vec;