blob: 94116e6154f29a1243f387c663ae82fa5c6273cd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
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.
|