Skip to content

Commit b934b40

Browse files
committed
Add updates for phil-opp/blog_os
1 parent e6a1680 commit b934b40

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

content/this-month/2022-01/index.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,6 @@ If you maintain a Rust project related to operating system development and are l
104104

105105
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.
106106

107-
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
108-
109-
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
110-
111-
This month, ...
112-
113107
### [`ntfs`](https://github.com/ColinFinck/ntfs)
114108

115109
<span class="gray">(Section written by [@ColinFinck](https://github.com/ColinFinck))</span>
@@ -149,6 +143,22 @@ from `noto-sans-mono-bitmap`.
149143
An example of usage can be found in [PR#213](https://github.com/rust-osdev/bootloader/pull/213) of the
150144
`rust-osdev/bootloader` crate, where this crate was merged and replaced `font8x8`.
151145

146+
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
147+
148+
<span class="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+
152162
## Join Us?
153163

154164
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

Comments
 (0)