Skip to content

Commit b449083

Browse files
committed
Add updates for phil-opp/blog_os
1 parent 9d9d5e8 commit b449083

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

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

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,19 @@ In this section, we describe updates to personal projects that are not directly
182182

183183
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
184184

185-
This month, ...
185+
We merged the following improvements to the [_Writing an OS in Rust_](https://os.phil-opp.com/) blog this month:
186+
187+
- [Update posts to fix build on latest nightly](https://github.com/phil-opp/blog_os/pull/990)
188+
- [Update x86_64 dependency to v0.14.2 to fix nightly breakage](https://github.com/phil-opp/blog_os/pull/984)
189+
- Adjust `post-XX` tags for x86_64 v0.14: [`post-05`](https://github.com/phil-opp/blog_os/pull/985), [`post-06`](https://github.com/phil-opp/blog_os/pull/986), [`post-07`](https://github.com/phil-opp/blog_os/pull/987), [`post-08`](https://github.com/phil-opp/blog_os/pull/988)
190+
- [Switch to `pic8259` fork](https://github.com/phil-opp/blog_os/pull/987)
191+
- [Update `linked_list_allocator` dependency to v0.9.0](https://github.com/phil-opp/blog_os/pull/989)
192+
- [Translate post 08 to Japanese](https://github.com/phil-opp/blog_os/pull/954)
193+
- [Remove wrong suggestion part](https://github.com/phil-opp/blog_os/pull/983)
194+
- [Fix typo](https://github.com/phil-opp/blog_os/pull/978)
195+
- [Fix typos in edition 3 uefi booting post](https://github.com/phil-opp/blog_os/pull/981)
196+
197+
Thanks to [@woodyZootopia](https://github.com/woodyZootopia), [@kahirokunn](https://github.com/kahirokunn), [@HKalbasi](https://github.com/HKalbasi), and [@bjorn3](https://github.com/bjorn3) for their contributions!
186198

187199
## Join Us?
188200

0 commit comments

Comments
 (0)