Skip to content

Commit 4083b7e

Browse files
committed
Add draft for October status update
1 parent e2c1aff commit 4083b7e

File tree

1 file changed

+77
-0
lines changed

1 file changed

+77
-0
lines changed

content/this-month/2021-10/index.md

Lines changed: 77 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
+++
2+
title = "This Month in Rust OSDev (October 2021)"
3+
date = 0000-01-01
4+
5+
[extra]
6+
month = "October 2021"
7+
authors = [
8+
"phil-opp",
9+
# add yourself here
10+
]
11+
+++
12+
13+
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.
14+
15+
<!-- more -->
16+
17+
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 [_comment form_](#comment-form) at the bottom of this page.
18+
19+
<!--
20+
This is a draft for the upcoming "This Month in Rust OSDev (October 2021)" post.
21+
Feel free to create pull requests against the `next` branch to add your
22+
content here.
23+
Please take a look at the past posts on https://rust-osdev.com/ to see the
24+
general structure of these posts.
25+
-->
26+
27+
## Project Updates
28+
29+
In this section, we give an overview of notable changes to the projects hosted under the [`rust-osdev`] organization.
30+
31+
[`rust-osdev`]: https://github.com/rust-osdev/about
32+
33+
### [`x86_64`](https://github.com/rust-osdev/x86_64)
34+
35+
The `x86_64` crate provides various abstractions for `x86_64` systems, including wrappers for CPU instructions, access to processor-specific registers, and abstraction types for architecture-specific structures such as page tables and descriptor tables.
36+
37+
In October, …
38+
39+
## Call for Participation
40+
41+
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
42+
issues in one of our projects and get started!
43+
44+
<!--
45+
Please use the following template for adding items:
46+
- [(`repo_name`) Issue Description](https://example.com/link-to-issue)
47+
-->
48+
49+
<span class="gray">
50+
51+
_No tasks were proposed for this section._
52+
53+
</span>
54+
55+
If you maintain a Rust OSDev project and are looking for contributors, especially for tasks suited to people
56+
getting started in this space, please [create a PR](https://github.com/rust-osdev/homepage/pulls) against the
57+
`next` branch with the tasks you want to include in the next issue.
58+
59+
60+
## Personal Projects
61+
62+
In this section, we describe updates to personal 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.
63+
64+
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
65+
66+
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
67+
68+
This month, ...
69+
70+
## Join Us?
71+
72+
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 [gitter channel](https://gitter.im/rust-osdev/Lobby).
73+
74+
75+
<!--
76+
TODO: Update publication date
77+
-->

0 commit comments

Comments
 (0)