Skip to content

Commit ca0a93d

Browse files
committed
Add April 2022 post
1 parent e5be797 commit ca0a93d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

content/this-month/2022-04/index.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ authors = [
88
"phil-opp",
99
"toku-sa-n",
1010
"phip1611",
11-
"andre-richter"
11+
"andre-richter",
12+
"berkus"
1213
# add yourself here
1314
]
1415
+++
@@ -72,6 +73,14 @@ If you maintain a Rust project related to operating system development and are l
7273

7374
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.
7475

76+
### [`metta-systems/vesper`](https://github.com/metta-systems/vesper)
77+
78+
<span class="gray">(Section written by [@berkus](https://github.com/berkus))</span>
79+
80+
Vesper is a capability-based single-address-space nanokernel. This means it is aiming to be small, to provide only isolation primitives; at the same time SAS makes it a lot easier to perform cross-process operations (because all addresses are the same across all processes). It uses capabilities to provide security for such operations, so that unauthorized processes will not be able to intervene in legitimate traffic.
81+
82+
The kernel is in very early stages of development. This time I will update on the progress of tooling and my next steps. As usual, I will link directly to my blog for more details. [Read the full article here](https://metta.systems/blog/osdev-tooling-3/).
83+
7584
### [`phil-opp/blog_os`](https://github.com/phil-opp/blog_os)
7685

7786
<span class="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>

0 commit comments

Comments
 (0)