The RustyHermit Unikernel: unikernel written in Rust

RustyHermit is a unikernel, which is completely written Rust. Unikernels are application images that directly contain the kernel as a library, so they do not require an installed operating system (OS). They are typical used in virtualized environments, wh… Read more

Similar

Writing a file system from scratch in Rust

A file system is responsible for organising and providing an abstraction over the storage devices where the data is physically stored. In this post, we will learn more about the concepts used by file systems, and how they fit together when writing your ow... (more…)

Read more »