From fdef211fd968c6a3ff0ca6ca38620e8c13387c4c Mon Sep 17 00:00:00 2001 From: Peter Mikkelsen Date: Sat, 26 Jul 2025 16:15:54 +0200 Subject: Add a license and a readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..94116e6 --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit v1.2.3