Skip to content

Commit feb23b1

Browse files
committed
Add draft for January issue
1 parent 5710f72 commit feb23b1

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

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

+85
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
+++
2+
title = "This Month in Rust OSDev: January 2025"
3+
date = 2025-02-03
4+
5+
[extra]
6+
month = "January 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 (January 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+
- [Improve default target options for `x86_64-unknown-linux-none`](https://github.com/rust-lang/rust/pull/134765)
48+
- [De-duplicate and improve definition of core::ffi::c_char](https://github.com/rust-lang/rust/pull/132975)
49+
50+
## `rust-osdev` Projects
51+
52+
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.
53+
54+
<!--
55+
Please use the following template:
56+
57+
### [`repo_name`](https://github.com/rust-osdev/repo_name)
58+
<span class="maintainers">Maintained by [@maintainer_1](https://github.com/maintainer_1)</span>
59+
60+
The `repo_name` crate ...<<short introduction>>...
61+
62+
We merged the following changes this month:
63+
<<changelog, either in list or text form>>
64+
-->
65+
66+
67+
68+
## Other Projects
69+
70+
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.
71+
72+
<!--
73+
Please use the following template:
74+
75+
### [`owner_name/repo_name`](https://github.com/rust-osdev/owner_name/repo_name)
76+
<span class="maintainers">(Section written by [@your_github_name](https://github.com/your_github_name))</span>
77+
78+
...<<your project updates>>...
79+
-->
80+
81+
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)