Expand description
First version is derived and adapted for Hermit from Philipp Oppermann’s excellent series of blog posts (http://blog.phil-opp.com/) and Eric Kidd’s toy OS (https://github.com/emk/toyos-rs).
Re-exports§
pub use crate::fs::create_file;
Modules§
- Architecture-specific architecture abstraction.
Macros§
- Prints and returns the value of a given expression for quick and dirty debugging.
- Prints to the standard output.
- Prints to the standard output, with a newline.