This is a very simple operating system, based on the Write a Simple Operating System from Scratch book by Nick Blundell.
- The Netwide Assembler
- qemu
- gcc
- make
Build the system with make
, run the system with make run
This is a very simple operating system, based on the Write a Simple Operating System from Scratch book by Nick Blundell.
Build the system with make
, run the system with make run