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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ date = 0000-01-01
6
6
month = "April 2022"
7
7
authors = [
8
8
"phil-opp",
9
+
"toku-sa-n",
9
10
# add yourself here
10
11
]
11
12
+++
@@ -38,6 +39,12 @@ The `x86_64` crate provides various abstractions for `x86_64` systems, including
38
39
39
40
In April, …
40
41
42
+
### [`xhci`](https://github.com/rust-osdev/xhci)
43
+
44
+
The `xhci` crate provides types of xHCI structires, such as Registers and TRBs.
45
+
46
+
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!.
47
+
41
48
## Call for Participation
42
49
43
50
Want to contribute to a Rust OSDev project, but don't know where to start? Pick up one of these outstanding
0 commit comments