From 9ea07d1f8cb4c71cefff5c64f13515271c9c9753 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 6 May 2025 16:39:52 -0400 Subject: readme & license --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..9f35833 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# Comus + +Comus is a kernel! + +## Build + +Run `make build` to build the kernel. + +Run `make clean` to clean the source tree. + +Run `make qemu` to build and run in qemu. + +Run `make qemu-kvm` to build and run in qemu with kvm enabled. + +Run `make qemu-gdb` to build and run in qemu with gdb debugging. + +Run `make gdb` to start the gdb debugger. + +## Docs + +See `docs/` + +## License + +This project is licensed under the GPLv2 -- cgit v1.2.3-freya