Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0c65a39

Browse filesBrowse files
committed
Add draft for April issue
1 parent b2cf5d5 commit 0c65a39
Copy full SHA for 0c65a39

File tree

Expand file treeCollapse file tree

1 file changed

+82
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+82
-0
lines changed

‎content/this-month/2025-04/index.md

Copy file name to clipboard
+82Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
+++
2+
title = "This Month in Rust OSDev: April 2025"
3+
date = 2025-05-04
4+
5+
[extra]
6+
month = "April 2025"
7+
editors = ["phil-opp"]
8+
+++
9+
10+
Welcome to a new issue of _"This Month in Rust OSDev"_. In these posts, we give a regular overview of notable changes in the Rust operating system development ecosystem.
11+
12+
<!-- more -->
13+
14+
This series is openly developed [on GitHub](https://github.com/rust-osdev/homepage/). Feel free to open pull requests there with content you would like to see in the next issue. If you find some issues on this page, please report them by [creating an issue](https://github.com/rust-osdev/homepage/issues/new) or using our <a href="#comment-form">_comment form_</a> at the bottom of this page.
15+
16+
<!--
17+
This is a draft for the upcoming "This Month in Rust OSDev (April 2025)" post.
18+
Feel free to create pull requests against the `next` branch to add your
19+
content here.
20+
Please take a look at the past posts on https://rust-osdev.com/ to see the
21+
general structure of these posts.
22+
-->
23+
24+
## Announcements, News, and Blog Posts
25+
26+
Here we collect news, blog posts, etc. related to OS development in Rust.
27+
28+
<!--
29+
Please follow this template:
30+
31+
- [Title](https://example.com)
32+
- (optional) Some additional context
33+
-->
34+
35+
36+
## Infrastructure and Tooling
37+
38+
In this section, we collect recent updates to `rustc`, `cargo`, and other tooling that are relevant to Rust OS development.
39+
40+
<!--
41+
Please use the following template:
42+
43+
- [Title](https://example.com)
44+
- (optional) Some additional context
45+
-->
46+
47+
48+
## `rust-osdev` Projects
49+
50+
In this section, we give an overview of notable changes to the projects hosted under the [`rust-osdev`](https://github.com/rust-osdev/about) organization.
51+
52+
<!--
53+
Please use the following template:
54+
55+
### [`repo_name`](https://github.com/rust-osdev/repo_name)
56+
<span class="maintainers">Maintained by [@maintainer_1](https://github.com/maintainer_1)</span>
57+
58+
The `repo_name` crate ...<<short introduction>>...
59+
60+
We merged the following changes this month:
61+
<<changelog, either in list or text form>>
62+
-->
63+
64+
65+
66+
## Other Projects
67+
68+
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.
69+
70+
<!--
71+
Please use the following template:
72+
73+
### [`owner_name/repo_name`](https://github.com/rust-osdev/owner_name/repo_name)
74+
<span class="maintainers">(Section written by [@your_github_name](https://github.com/your_github_name))</span>
75+
76+
...<<your project updates>>...
77+
-->
78+
79+
80+
## Join Us?
81+
82+
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 [Zulip chat](https://rust-osdev.zulipchat.com).

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.