An operating system.
Requires Docker and QEMU on the host system.
For mac use the official Docker installation, and:
brew install qemu
First build the build environment:
make build-image
Then build the kernel:
make build
Finally, run it:
make run
If you want to connect the debugger:
make run-gdb