rust-osdev / uart_16550

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

Just a question. Why sending 8, space, 8 for a backspace or a delete ascii ctrl char ? #26

Closed maduma closed 9 months ago

maduma commented 1 year ago

https://github.com/rust-osdev/uart_16550/blob/d401ea103641cc06182c404840a5ba2896eebe72/src/mmio.rs#L83

Kage-Yami commented 9 months ago

https://github.com/rust-osdev/uart_16550/blob/d401ea103641cc06182c404840a5ba2896eebe72/src/mmio.rs#L83

I think this comment would answer that question.

maduma commented 9 months ago

Thanks !