Skip to content

Commit b57b22b

Browse files
committed
Ensure that all 'Personal Project' sections have a 'section written by…'
1 parent 36c4411 commit b57b22b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

content/this-month/2020-09/index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ The `uart_16550` crate provides basic support for serial port I/O for 16550-comp
119119
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.
120120

121121
### [`IsaacWoods/pebble`](https://github.com/IsaacWoods/pebble)
122+
122123
<span class="gray">(Section written by [@IsaacWoods](https://github.com/IsaacWoods))</span>
123124

124125
A fairly large amount of progress has been made on Pebble over the last two months, and a prototype of Pebble's
@@ -169,6 +170,8 @@ For the coming month(s), I'm planning to revamp the "Writing an OS in Rust" blog
169170

170171
### [`andre-richter/qemu-exit`](https://github.com/andre-richter/qemu-exit)
171172

173+
<span class="gray">(Section written by [@andre-richter](https://github.com/andre-richter))</span>
174+
172175
Version `1.0.x` of the crate has been released!
173176

174177
`qemu-exit` is a crate that allows you quit a running QEMU session with a user-defined exit code. This is useful for `unit` or `integration tests` of bare-metal software (e.g. OS kernels) that are tested in QEMU.

0 commit comments

Comments
 (0)