This is chapter 10 of a multi-part series on writing a RISC-V OS in Rust. (more…)
Read more »
This book is for people familiar with C or C++ who are thinking of using Rust.
Read more »
Recently, I saw a poll on the Fediverse about making Rust a hard
dependency for fwupd.
This got me to post a lukewarm take of my own: (more…)
Read more »
Some time ago I promised to write more about System Programming in Rust. The only problem was - I didn’t have a good idea what specifically I can write about. Sure, I use Rust now and then but beyond ptrace and shared memory access (need to finish that Fu... (more…)
Read more »
mustang is a system for writing Rust programs entirely in Rust, meaning
they don't use libc, crt1.o, or any C code. It's experimental, but it's
complete enough to run a std-using Hello World and other simple programs
on Linux on x86-64, x86, and aarch64. (more…)
Read more »