You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/this-month/2022-04/index.md
+21-21Lines changed: 21 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -76,12 +76,6 @@ We merged the following changes in April:
76
76
77
77
Thanks to [@supdrewin](https://github.com/supdrewin), [@nicholasbishop](https://github.com/nicholasbishop) and [@raccog](https://github.com/raccog) for their contributions!
78
78
79
-
### [`xhci`](https://github.com/rust-osdev/xhci)
80
-
81
-
The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
82
-
83
-
In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and committed by [@Yuna-Tomi](https://github.com/Yuna-Tomi). The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!.
The `multiboot2` crate provides abstraction types for the multiboot information structure (MBI) of multiboot2
@@ -97,13 +91,19 @@ bugfix that prevented the usage in `no_std` contexts. Furthermore, overall code
97
91
was updated to verify `no_std` builds as well as regular builds.
98
92
Full changelog: <https://github.com/rust-osdev/multiboot2/releases/tag/multiboot2-header-v0.2.0>
99
93
94
+
### [`xhci`](https://github.com/rust-osdev/xhci)
95
+
96
+
The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
97
+
98
+
In this month, we released a new version 0.8.3 which includes [a bug fix](https://github.com/rust-osdev/xhci/pull/132) reported and committed by [@Yuna-Tomi](https://github.com/Yuna-Tomi). The bug was that `EventRingDequeuePointerRegister::event_ring_dequeue_pointer()` did not return the correct address. Thanks for the contribution!.
99
+
100
100
101
101
## Call for Participation
102
102
103
103
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
Please use the following template for adding items:
@@ -116,20 +116,6 @@ If you maintain a Rust project related to operating system development and are l
116
116
117
117
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.
<spanclass="gray">(Section written by [@berkus](https://github.com/berkus))</span>
122
-
123
-
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.
124
-
125
-
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/).
<spanclass="gray">(Section written by [@berkus](https://github.com/berkus))</span>
157
+
158
+
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.
159
+
160
+
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/).
<spanclass="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
165
+
166
+
This month, ...
167
+
168
168
## Join Us?
169
169
170
170
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).
0 commit comments