Adding BPF target support to the Rust compiler

When I created this blog back in September my goal was to post at least once
a month. It’s December now and you’re reading my second post, so I’m not exactly
off to a great start. 🤔… Read more

Similar

System programming in Rust – part 2

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 »

Rust Programs Written in Rust

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 »