This repository contains the source code for https://sumandas27.github.io/scratchOS-Blog/, where I write an x86_64 bootloader and an operating system without any Rust external dependencies.
Writing the Stage 1 Bootloader
- A Freestanding x86 Rust Binary
- Writing a Boot Sector
- Exploring the Machine's Environment (current wip)
- Escaping the Boot Sector (upcoming)