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