Skip to content

Commit 11d3e97

Browse files
committed
Add draft for December status update
1 parent 28f9af8 commit 11d3e97

File tree

1 file changed

+56
-0
lines changed

1 file changed

+56
-0
lines changed

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

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
+++
2+
title = "This Month in Rust OSDev (December 2020)"
3+
date = 0000-01-01
4+
5+
[extra]
6+
month = "December 2020"
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 will 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).
18+
19+
<!--
20+
This is a draft for the upcoming "This Month in Rust OSDev (December 2020)" 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 December, …
38+
39+
## Personal Projects
40+
41+
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.
42+
43+
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
44+
45+
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
46+
47+
This month, ...
48+
49+
## Join Us?
50+
51+
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).
52+
53+
54+
<!--
55+
TODO: Update publication date
56+
-->

0 commit comments

Comments
 (0)