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/

#Freebsd #BSD #Unix #RustKernel #OSV #Bhyve #Unix

FreeBSD Q4 2025 Status Report: Key Updates You Need to Know - OSTechNix

The FreeBSD 2025 Q4 report details Rust in the kernel, OSV migration, reproducible builds, Wi-Fi 6 drivers, and major Bhyve improvements.

OSTechNix
How to write Rust in the kernel: part 3

The interfaces between C and Rust in the kernel have grown over time; any non-trivial Rust dri [...]

LWN.net

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

GitHub - AFellowSpeedrunner/LUM-MARINER: 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.

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

GitHub

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.

#Rust #OperatingSystem #RustKernel

Writing an OS in Rust

This blog series creates a small operating system in the Rust programming language. Each post is a small tutorial and includes all needed code.