Skip to content

Commit 67ca409

Browse files
committed
Add news and infra sections
1 parent 53ceef6 commit 67ca409

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

content/this-month/2025-06/index.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,20 @@ Please follow this template:
3232
- (optional) Some additional context
3333
-->
3434

35+
- [Munal OS: a fully graphical experimental OS with WASM-based application sandboxing](https://www.reddit.com/r/rust/comments/1l7av38/media_munal_os_a_fully_graphical_experimental_os/)
36+
- [SafaOS now has USB support and a working aarch64 port](https://www.reddit.com/r/rust/comments/1litijp/media_my_rust_os_safaos_now_has_usb_support_and_a/)
37+
- [R9: a reimplementation of the plan9 kernel in Rust](https://github.com/r9os/r9)
38+
- [This Month in Redox - June 2025](https://www.redox-os.org/news/this-month-250630/)
39+
- [Ratatui alpha with no-std support released](https://jslazak.com/are-we-embedded-yet-2/)
40+
- crate for creating terminal user interfaces
41+
- [flat_rbtree: A fast, index-based Red-Black Tree with no heap allocations](https://github.com/matheus-git/flat_rbtree)
42+
43+
### Linux-related
44+
45+
- [Kernel Memory Safety: Mission Accomplished](https://asterinas.github.io/2025/06/04/kernel-memory-safety-mission-accomplished.html)
46+
- [How to write Rust in the kernel: part 2](https://lwn.net/SubscriberLink/1025232/fbb2d90d084368e3/)
47+
- [A Newbie's First Contribution to (Rust for) Linux](https://blog.buenzli.dev/rust-for-linux-first-contrib/)
48+
- [Writing a basic Linux device driver when you know nothing about Linux drivers or USB](https://crescentro.se/posts/writing-drivers/)
3549

3650
## Infrastructure and Tooling
3751

@@ -44,7 +58,9 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
4458
- (optional) Some additional context
4559
-->
4660

47-
61+
- [Stabilizing naked functions](https://blog.rust-lang.org/2025/07/03/stabilizing-naked-functions/)
62+
- [Add new Tier-3 targets: `loongarch32-unknown-none*`](https://github.com/rust-lang/rust/pull/142053)
63+
- [Allow storing `format_args!()` in a variable](https://github.com/rust-lang/rust/pull/140748)
4864

4965
## `rust-osdev` Projects
5066

0 commit comments

Comments
 (0)