Skip to content

Commit 677e3bd

Browse files
committed
Add draft for August issue
1 parent 0b28fe4 commit 677e3bd

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

content/this-month/2025-08/index.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
+++
2+
title = "This Month in Rust OSDev: August 2025"
3+
date = 2025-08-08
4+
5+
[extra]
6+
month = "August 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 (August 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+
49+
## `rust-osdev` Projects
50+
51+
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.
52+
53+
<!--
54+
Please use the following template:
55+
56+
### [`repo_name`](https://github.com/rust-osdev/repo_name)
57+
<span class="maintainers">Maintained by [@maintainer_1](https://github.com/maintainer_1)</span>
58+
59+
The `repo_name` crate ...<<short introduction>>...
60+
61+
We merged the following changes this month:
62+
<<changelog, either in list or text form>>
63+
-->
64+
65+
66+
67+
## Other Projects
68+
69+
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.
70+
71+
<!--
72+
Please use the following template:
73+
74+
### [`owner_name/repo_name`](https://github.com/rust-osdev/owner_name/repo_name)
75+
<span class="maintainers">(Section written by [@your_github_name](https://github.com/your_github_name))</span>
76+
77+
...<<your project updates>>...
78+
-->
79+
80+
81+
<!-- <span class="gray">No projects updates were submitted this month.</span> -->
82+
83+
## Join Us?
84+
85+
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)