Skip to content

Commit bc03e81

Browse files
committed
Add updates for vga
1 parent dbf30ad commit bc03e81

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/this-month/2021-02/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ The `uart_16550` crate provides basic support for serial port I/O for 16550-comp
5858

5959
- [Fix build on nightly by updating to x86_64 v0.13.2](https://github.com/rust-osdev/uart_16550/pull/12) <span class="gray">(published as `v0.2.12`)</span>
6060

61+
### [`vga`](https://github.com/rust-osdev/vga)
62+
63+
The work-in-progress `vga` crate allows the configuration of the VGA hardware, e.g. switching from text-based mode to a pixel-based graphics mode. The nightly build error of `x86_64` also affected this crate, so it needed a fix too:
64+
65+
- [fix: should now compile](https://github.com/rust-osdev/vga/pull/20) <span class="gray">(published as `v0.2.6`)</span>
66+
67+
Thanks to [@Pollux3737](https://github.com/Pollux3737) for this contribution!
68+
6169
## Personal Projects
6270

6371
In this section, we describe updates to personal projects that are not directly related to the `rust-osdev` organization. Feel free to [create a pull request](https://github.com/rust-osdev/homepage/pulls) with the updates of your OS project for the next post.

0 commit comments

Comments
 (0)