Install PearlOS on your machine run:
git clone https://github.com/Georgej100/PearlOS.git
cd PearlOS
./debian-setup.sh
To build the project run
make clean
make
To run in QEMU run
make run
Note
To run in a window remove the -display curses flag To end the qemu session, you will have to manually kill it Still working on dat