Skip to content

Commit 9f2f541

Browse files
committed
Add updates for phil-opp/blog_os
1 parent 8199096 commit 9f2f541

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

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

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

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

94-
This month, ...
94+
The [_Writing an OS in Rust_](https://os.phil-opp.com/) blog received the following updates this month:
95+
96+
- [Translate post-08 to Persian](https://github.com/phil-opp/blog_os/pull/913)
97+
- [Add ja translation for double faults](https://github.com/phil-opp/blog_os/pull/917)
98+
- [Update post to use x86_64 v0.13.2](https://github.com/phil-opp/blog_os/pull/920)
99+
- [Remove note on builtin memory optimizations](https://github.com/phil-opp/blog_os/pull/932)
100+
- [Remove it from Japanese translation as well](https://github.com/phil-opp/blog_os/pull/935)
101+
- [Minor fix in post 6](https://github.com/phil-opp/blog_os/pull/928)
102+
- [Fix typo](https://github.com/phil-opp/blog_os/pull/927)
103+
104+
Thanks to [@MHBahrampour](https://github.com/MHBahrampour), [@garasubo](https://github.com/garasubo), [@dspencer12](https://github.com/dspencer12), [@toku-sa-n](https://github.com/toku-sa-n), and [@16yuki0702](https://github.com/16yuki0702) for their contributions!
105+
106+
I also made some progress on the upcoming third edition. Some potentially interesting commits are:
107+
108+
- [Finish first draft of 'Minimal Kernel' post](https://github.com/phil-opp/blog_os/commit/acb478c0b51b0cdf2124772aca00502f15d6cbb6)
109+
- [Simplify boot crate](https://github.com/phil-opp/blog_os/commit/aaae70974f180321ab8bc25eca2052f98695b39a)
110+
- [Add boilerplate for new 'UEFI Booting' post](https://github.com/phil-opp/blog_os/commit/c2fe9960a743bcb32d5a41e5a02e0f84266d950a)
111+
- [Explain how to create minimal UEFI app](https://github.com/phil-opp/blog_os/commit/033be9ac25a146eb4819d9c6799bd6362d97e036)
112+
- [Explain how to create FAT filesystem and GPT disk image](https://github.com/phil-opp/blog_os/commit/83be6c7868f269084ebe4758ad82db9d7f187061)
95113

96114
### [`cdrzewiecki/celos`](https://gitlab.com/cdrzewiecki/celos)
97115

0 commit comments

Comments
 (0)