This repository is of a project for me to challenge myself in making an OS for the Raspberry Pi 3B
The goal is to use Rust as the language to create this OS.
The challenge is that Rust is not yet considered to be a well made language for interfacing with Unsafe Hardware functions I/O
Rust makes it hard to create unsafe instructions (volatile). Writting directly to memory is necessary for the creation of an OS