This is a simple operating system I am writing from scratch.
My work follows the book "Writing a simple operating system from scratch" from Nick Blundell along with help from the os-dev wiki whenever I get stuck.
In order to build MaRagOS run:
make
and to run it:
make run
- gcc
- binutils
- nasm
- make
- qemu