A complete rewrite of PauyOS, now with docker!
Important
This has only been tested on linux systems, and you will need to modify the commands below for this to work on windows.
sudo docker build buildenv -t pauyos-buildenvto run the operating system:
sudo docker run --rm -it -v "$(pwd)":/root/env pauyos-buildenv;sudo qemu-system-x86_64 -drive format=raw,file=dist/x86_64/kernel.isomake build-x86_64;exit