hermit
macro_rules! print { ($($arg:tt)+) => { ... }; }
Print formatted text to our console.
From http://blog.phil-opp.com/rust-os/printing-to-screen.html, but tweaked for HermitCore.