Come journey with us into the weird, wonderful, and wily world of Rust. (more…)
Read more »
A research operating system developed from scratch in Rust, aimed to explore the impact of language safety on operating system organization. (more…)
Read more »
In the last post, I introduced the idea of linear
hashing. This post will describe a Rust implementation of the
algorithm. I won’t go through every last line of code, but hopefully
enough to give you a good understanding of how the whole thing
works. I sh... (more…)
Read more »
In the previous post I covered the binary representation of the Flattened DeviceTree or DeviceTree Blob and was already starting to work on memory management for my hobby project, but I got stuck for quite some time trying to come up with a reasonable way... (more…)
Read more »
Announcing Rust 1.42.0. The Rust team is happy to announce a new version of Rust, 1.42.0. Rust is a programming language that is empowering everyone to build reliable and efficient software. (more…)
Read more »