Skip to content

Commit 3c7701e

Browse files
committed
Add draft for December issue
1 parent 94346ec commit 3c7701e

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

content/this-month/2024-12/index.md

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
+++
2+
title = "This Month in Rust OSDev: December 2024"
3+
date = 2025-01-03
4+
5+
[extra]
6+
month = "December 2024"
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 (December 2024)" 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+
## Infrastructure and Tooling
36+
37+
In this section, we collect recent updates to `rustc`, `cargo`, and other tooling that are relevant to Rust OS development.
38+
39+
<!--
40+
Please use the following template:
41+
42+
- [Title](https://example.com)
43+
- (optional) Some additional context
44+
-->
45+
46+
## `rust-osdev` Projects
47+
48+
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.
49+
50+
<!--
51+
Please use the following template:
52+
53+
### [`repo_name`](https://github.com/rust-osdev/repo_name)
54+
<span class="maintainers">Maintained by [@maintainer_1](https://github.com/maintainer_1)</span>
55+
56+
The `repo_name` crate ...<<short introduction>>...
57+
58+
We merged the following changes this month:
59+
<<changelog, either in list or text form>>
60+
-->
61+
62+
## Other Projects
63+
64+
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.
65+
66+
<!--
67+
Please use the following template:
68+
69+
### [`owner_name/repo_name`](https://github.com/rust-osdev/owner_name/repo_name)
70+
<span class="maintainers">(Section written by [@your_github_name](https://github.com/your_github_name))</span>
71+
72+
...<<your project updates>>...
73+
-->
74+
75+
76+
## Join Us?
77+
78+
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)