macro_rules! sprint {
($($arg:tt)*) => { ... };
}Expand description
serial (0x3f8 for qemu) print, not synchronized. can use in prologue
macro_rules! sprint {
($($arg:tt)*) => { ... };
}serial (0x3f8 for qemu) print, not synchronized. can use in prologue