aboutsummaryrefslogtreecommitdiff
path: root/src/machine/serial.rs
Commit message (Collapse)AuthorAge
* io: add serial output through port 0x3f8 (qemu)Tianhao Wang2024-06-11
not yet wrapped with fmt macros because I want some thing stateless. (i.e. I don't want to pass `&mut self` to write_str...).