The FreeBSD 2025 Q4 report details Rust in the kernel, OSV migration, reproducible builds, Wi-Fi 6 drivers, and major Bhyve improvements.
Read highlights here: https://ostechnix.com/freebsd-2025-status-report-rust-osv-bhyve/
The FreeBSD 2025 Q4 report details Rust in the kernel, OSV migration, reproducible builds, Wi-Fi 6 drivers, and major Bhyve improvements.
Read highlights here: https://ostechnix.com/freebsd-2025-status-report-rust-osv-bhyve/
How to write Rust in the Linux kernel: part 3
https://lwn.net/SubscriberLink/1026694/3413f4b43c862629/
#HackerNews #Rust #Linux #Kernel #Writing #RustKernel #LinuxDevelopment #OpenSource
About my #rust #operatingsystem #kernel again.
I recently uploaded the cargo.lock file to #github and I got messages about vulnerabilities in the dependencies I use lmao
I’ve fixed it now though.
You know your kernel is good and that it works when GitHub tells you that vulnerabilities are in it!
https://github.com/AFellowSpeedrunner/LUM-MARINER
Check it out sometime!
#rustlang #security #vulnerability #osdev #os #rustkernel #programming #development #funny
LUM/MARINER attempts to aim to be a clone of XNU/Darwin written in Rust just without the Apple stuff. A kernel and Operating System. - AFellowSpeedrunner/LUM-MARINER
Following the excellent “Writing an OS in Rust” tutorial here: https://os.phil-opp.com
Managed to produce a “Hello World” kernel. I don’t understand everything I doing here, but I am having fun.