Reference Docs

Operating system

How to make an operating system in Rust

In this tutorial I show you how to make an OS in Rust from scratch (using phil opp's bootloader). The OS will be able to read from disk when the user sends a command via keyboard input, and I might make a second post if I get positive reviews !

Making an OS is hard.