You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/this-month/2021-03/index.md
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,20 @@ In this section, we describe updates to personal projects that are not directly
87
87
88
88
<spanclass="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
89
89
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)
0 commit comments