Skip to content

Commit 4885237

Browse files
committed
Add updates for phil-opp/blog_os
1 parent 8e33151 commit 4885237

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

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

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,20 @@ In this section, we describe updates to personal projects that are not directly
8787

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

90-
This month, ...
90+
The [_"Writing an OS in Rust"_](https://os.phil-opp.com) blog received the following updates this month:
91+
92+
- [Translate post-05 to Japanese](https://github.com/phil-opp/blog_os/pull/941)
93+
- [Fix rendering of Japanese translation: Add spaces around some "two asterisk" notations](https://github.com/phil-opp/blog_os/pull/943)
94+
- [Convert `before_build.py` to python3](https://github.com/phil-opp/blog_os/commit/f87cc129fc660473f2d14e9c8d1f8f1e484e105d)
95+
- [Lots of grammar and typo fixes](https://github.com/phil-opp/blog_os/pulls?q=is%3Apr+is%3Aclosed+merged%3A2021-03-22..2021-03-31+)
96+
97+
Thanks to [@woodyZootopia](https://github.com/woodyZootopia), [@alexxroche](https://github.com/alexxroche), and [@ClementNerma](https://github.com/ClementNerma) for their contributions!
98+
99+
The third edition is making progress too. I mostly worked on the post about UEFI booting this month:
100+
101+
- [Describe how to include the uefi crate](https://github.com/phil-opp/blog_os/commit/8740b619a5debe3fa1069c47c61ceed471a3b2f6)
102+
- [Describe how to use various UEFI protocols with the `uefi` crate](https://github.com/phil-opp/blog_os/commit/9c1babd0273ff3d4f632b6e1acf288267138b90f)
103+
- [Provide a high-level explanation on how to create bootloader](https://github.com/phil-opp/blog_os/commit/db47b2702446c1a469e8e064fb090370040bfa2e)
91104

92105
## Join Us?
93106

0 commit comments

Comments
 (0)