Skip to content

Commit 125b0fd

Browse files
committed
Add updates for phil-opp/blog_os
1 parent 94b3103 commit 125b0fd

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,19 @@ In this section, we describe updates to Rust OS projects that are not directly r
130130

131131
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
132132

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

135-
This month, ...
135+
We merged two fixes for the _Writing an OS in Rust_ blog this month:
136+
137+
- [Fix link to MS Docs](https://github.com/phil-opp/blog_os/pull/1077)
138+
- [Fix typo in `02-minimal-rust-kernel`](https://github.com/phil-opp/blog_os/pull/1080)
139+
140+
Thanks to [@kITerE](https://github.com/kITerE) and [@MaxDesiatov](https://github.com/MaxDesiatov) for these contributions!
141+
142+
I'm also still working on the third edition of the blog. The current state is the following:
143+
144+
- This month, cargo finally gained [support for artifact dependencies](https://github.com/rust-lang/cargo/pull/9992), which is a feature that I plan to use for the edition. There are still a few issues with it, for example [a panic in combination with `-Zbuild-std`](https://github.com/rust-lang/cargo/issues/10444) and that there is currently no way to enable `-Zbuild-std=core` for an artifact dependency without enabling it globally.
145+
- The upcoming `v0.11` version of the `bootloader` crate is already finished for the UEFI part. I'm still working on the BIOS implementation, which is more difficult unfortunately.
136146

137147
## Join Us?
138148

0 commit comments

Comments
 (0)