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/2022-01/index.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -104,12 +104,6 @@ If you maintain a Rust project related to operating system development and are l
104
104
105
105
In this section, we describe updates to Rust OS 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.
<spanclass="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
149
+
150
+
This month, we merged three small improvements for the _Writing an OS in Rust_ blog:
151
+
152
+
-[Add Chinese translation for index page](https://github.com/phil-opp/blog_os/pull/1067)
153
+
-[Upgrade to zola 0.15.3](https://github.com/phil-opp/blog_os/pull/1061)
154
+
-[Remove dark mode warning again](https://github.com/phil-opp/blog_os/commit/b24122a6044879d2305e65d30960dc03cd50ff17)
155
+
156
+
Thanks to [@TisnKu](https://github.com/TisnKu) for their contribution!
157
+
158
+
I have also brought the [`edition-3`](https://github.com/phil-opp/blog_os/commits/edition-3) branch up to date again. I marked all the stub posts of the upcoming third edition as drafts, which should allow us to merge the unfinished branch now and then prepare the new edition directly in the `main` branch (without publishing them yet). This way, we can avoid that the branches diverge too much.
159
+
160
+
Regarding the state of the new edition: I'm planning to release an extra post about UEFI booting first because that article is almost ready. For the main posts of the edition, I'm still waiting for a few cargo features, namely artifact dependencies, a package/target-specific way to enable the unstable `build-std` feature, and fixes for the experimental `package.forced-target` manifest key. I also intend to have the new version of the `bootloader` crate ready soon, which should make the build and test process simpler and more robust.
161
+
152
162
## Join Us?
153
163
154
164
Are you interested in Rust-based operating system development? Our `rust-osdev` organization is always open to new members and new projects. Just let us know if you want to join! A good way for getting in touch is our [gitter channel](https://gitter.im/rust-osdev/Lobby).
0 commit comments