This project is an experiment to create an operating system which has only one goal: to run APL programs. # Getting started Just clone the repository and run `make`. Interesting makefile targets include `run` and `dbg`. It is very possible that you might need to install some stuff (such as gcc and qemu) before everything works, but it should be obvious what is needed by looking at the error messages. # External dependencies The project depends on the limine bootloader and the spleen fonts, both of which are downloaded automatically by the makefile.