rust-osdev / uart_16550

Minimal support for uart_16550 serial output.
MIT License
33 stars 24 forks source link

Update to x86_64 0.7.3 and bitflags 1.1.0 #1

Closed phil-opp closed 5 years ago

phil-opp commented 5 years ago

The only code change is that the internal line_sts function takes &mut self instead of &self now. This is required since the newest x86_64 requires a &mut reference for reading from an I/O port (since it is an operation with side effects).

phil-opp commented 5 years ago

ping @lachlansneff

phil-opp commented 5 years ago

Published as version 0.2.1