Skip to content

Commit 459cf95

Browse files
phil-oppclaude
andcommitted
Add draft for June issue
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7a10e53 commit 459cf95

1 file changed

Lines changed: 95 additions & 0 deletions

File tree

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
+++
2+
title = "This Month in Rust OSDev: June 2026"
3+
date = 2026-07-05
4+
5+
[extra]
6+
month = "June 2026"
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+
Please submit interesting posts and projects for the next issue [on Zulip](https://rust-osdev.zulipchat.com/#narrow/channel/435142-newsletter/topic/Content.20suggestions/with/580172810) or via a PR [on GitHub](https://github.com/rust-osdev/homepage/).
17+
18+
<span class="gray">
19+
Disclaimer: Automated scripts and AI assistance were used for collecting and categorizing links.
20+
Everything was proofread and checked manually, with many manual tweaks.
21+
</span>
22+
23+
24+
<!--
25+
This is a draft for the upcoming "This Month in Rust OSDev (June 2026)" post.
26+
Feel free to create pull requests against the `next` branch to add your
27+
content here.
28+
Please take a look at the past posts on https://rust-osdev.com/ to see the
29+
general structure of these posts.
30+
-->
31+
32+
## Announcements, News, and Blog Posts
33+
34+
Here we collect news, blog posts, etc. related to OS development in Rust.
35+
36+
<!--
37+
Please follow this template:
38+
39+
- [Title](https://example.com)
40+
- (optional) Some additional context
41+
-->
42+
43+
<span class="gray">No content was submitted for this section this month.</span>
44+
45+
## Infrastructure and Tooling
46+
47+
In this section, we collect recent updates to `rustc`, `cargo`, and other tooling that are relevant to Rust OS development.
48+
49+
<!--
50+
Please use the following template:
51+
52+
- [Title](https://example.com)
53+
- (optional) Some additional context
54+
-->
55+
56+
<span class="gray">No content was submitted for this section this month.</span>
57+
58+
## `rust-osdev` Projects
59+
60+
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.
61+
62+
<!--
63+
Please use the following template:
64+
65+
### [`repo_name`](https://github.com/rust-osdev/repo_name)
66+
<span class="maintainers">Maintained by [@maintainer_1](https://github.com/maintainer_1)</span>
67+
68+
The `repo_name` crate ...<<short introduction>>...
69+
70+
We merged the following changes this month:
71+
<<changelog, either in list or text form>>
72+
-->
73+
74+
<span class="gray">No projects updates were submitted this month.</span>
75+
76+
## Other Projects
77+
78+
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.
79+
80+
<!--
81+
Please use the following template:
82+
83+
### [`owner_name/repo_name`](https://github.com/rust-osdev/owner_name/repo_name)
84+
<span class="maintainers">(Section written by [@your_github_name](https://github.com/your_github_name))</span>
85+
86+
...<<your project updates>>...
87+
-->
88+
89+
<span class="gray">No projects updates were submitted this month.</span>
90+
91+
92+
93+
## Join Us?
94+
95+
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 to get in touch is our [Zulip chat](https://rust-osdev.zulipchat.com).

0 commit comments

Comments
 (0)