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
<spanclass="gray">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
102
+
<spanclass="maintainers">(Section written by [@phil-opp](https://github.com/phil-opp))</span>
103
103
104
104
This Month, [@dvdhrm](https://github.com/dvdhrm) started an initiative to get the `*-unknown-uefi` targets to [Tier-2](https://doc.rust-lang.org/nightly/rustc/platform-support.html#tier-2). As a first step, they [added a detailed description of the platform](https://github.com/rust-lang/rust/pull/99760) to the rustc book. The entry is already published [in the nightly release of the book](https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html).
105
105
106
106
Please reach out if you would like to help with this!
107
107
108
108
### Comparison between [`phip1611/simple-chunk-allocator`](https://github.com/phip1611/simple-chunk-allocator) and [`rust-osdev/linked-list-allocator`](https://github.com/rust-osdev/linked-list-allocator)
109
109
110
-
<spanclass="gray">(Section written by [@phip1611](https://github.com/phip1611))</span>
110
+
<spanclass="maintainers">(Section written by [@phip1611](https://github.com/phip1611))</span>
111
111
112
112
In March 2022, Philipp Schuster proposed his [`simple-chunk-allocator`](https://github.com/phip1611/simple-chunk-allocator)
113
113
crate. It focuses on being a very simple-to-use general purpose allocator that "just works" for various workloads
@@ -137,7 +137,7 @@ For concrete measurements, please head to the README of [`simple-chunk-allocator
137
137
138
138
### [`nt-list`: Windows Linked Lists in idiomatic Rust](https://colinfinck.de/posts/nt-list-windows-linked-lists-in-idiomatic-rust/)
139
139
140
-
<spanclass="gray">(Section written by [@ColinFinck](https://github.com/ColinFinck))</span>
140
+
<spanclass="maintainers">(Section written by [@ColinFinck](https://github.com/ColinFinck))</span>
141
141
142
142
On his quest to develop a ReactOS/Windows bootloader in Rust, Colin Finck released another building block as a reusable `no_std` crate this month.
143
143
After [nt-hive](https://github.com/ColinFinck/nt-hive) for reading Windows registry hive files and [ntfs](https://github.com/ColinFinck/ntfs) to access Microsoft's proprietary NTFS filesystem, the [nt-list](https://github.com/ColinFinck/nt-list) crate provides a type-safe and idiomatic Rust interface to work with Windows Linked Lists, known as [`LIST_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/ntdef/ns-ntdef-list_entry) and [`SINGLE_LIST_ENTRY`](https://docs.microsoft.com/en-us/windows/win32/api/ntdef/ns-ntdef-single_list_entry).
@@ -153,13 +153,13 @@ If you want to give it a spin, the crate is available on [crates.io](https://cra
<spanclass="gray">(Section written by [Kevin Boos](https://www.theseus-os.com/kevinaboos/) ([@kevinaboos](https://github.com/kevinaboos))</span>
162
+
<spanclass="maintainers">(Section written by [Kevin Boos](https://www.theseus-os.com/kevinaboos/) ([@kevinaboos](https://github.com/kevinaboos)))</span>
163
163
164
164
Theseus is a safe-language OS written from scratch in Rust that is in the process of migrating from pure academic research objectives to more general usability and legacy compatibility.
0 commit comments