rust-osdev / uart_16550

Minimal support for uart_16550 serial output.
MIT License
30 stars 23 forks source link

Implement `Write` on the serial ports so that it can be easily made into a `println!` #27

Open walksanatora opened 1 year ago

walksanatora commented 1 year ago

please... since I cannot implement Write on your types

Kage-Yami commented 9 months ago

please... since I cannot implement Write on your types

Looks like they do now: