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
- Vivo is a Chinese company selling smartphones and [smartwatches](https://www.vivo.com/en/products/watch3)
39
+
- BlueOS appears to be their smartwatch OS, now its kernel is open source (Apache license)
40
+
- POSIX-compatible, targets ARM and RISCV, supports Rust's `std` library
41
+
- Chinese homepage: https://blueos.vivo.com/kernel
42
+
-[This Month in Redox - July 2025](https://www.redox-os.org/news/this-month-250731/)
43
+
-[Writing a Rust GPU kernel driver: a brief introduction on how GPU drivers work](https://www.collabora.com/news-and-blog/blog/2025/08/06/writing-a-rust-gpu-kernel-driver-a-brief-introduction-on-how-gpu-drivers-work/)
44
+
-[`bitpiece`: a crate for defining and manipulating bitfields with procedural macros](https://github.com/roeeshoshani/bitpiece)
45
+
-[A Clone of the Linux Kernel's Red-Black Tree in Rust](https://www.reddit.com/r/rust/comments/1lyad9b/rougenoir_a_clone_of_the_linux_kernels_redblack/)
46
+
-[Rex: Closing the language-verifier gap with safe and usable kernel extensions](https://www.usenix.org/conference/atc25/presentation/jia)
47
+
-[Dynamic Indirect Syscalls via JOP or ROP in Rust](https://kirchware.com/Dynamic-Indirect-Syscalls-via-JOP-or-ROP-in-Rust)
48
+
-[Practicing Linux Syscalls with Rust and x86_64 Assembly](https://www.reddit.com/r/rust/comments/1lyxyoa/practicing_linux_syscalls_with_rust_and_x86_64/)
36
49
37
50
## Infrastructure and Tooling
38
51
@@ -45,6 +58,7 @@ In this section, we collect recent updates to `rustc`, `cargo`, and other toolin
45
58
- (optional) Some additional context
46
59
-->
47
60
61
+
-[Allow volatile access to non-Rust memory, including address 0](https://github.com/rust-lang/rust/pull/141260)
0 commit comments