diff options
author | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:39:52 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-05-06 16:39:52 -0400 |
commit | 9ea07d1f8cb4c71cefff5c64f13515271c9c9753 (patch) | |
tree | 27f0e94711c4798113718f5c0139de4bbc007d38 /README.md | |
parent | fmt (diff) | |
download | comus-9ea07d1f8cb4c71cefff5c64f13515271c9c9753.tar.gz comus-9ea07d1f8cb4c71cefff5c64f13515271c9c9753.tar.bz2 comus-9ea07d1f8cb4c71cefff5c64f13515271c9c9753.zip |
readme & license
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 25 |
1 files changed, 25 insertions, 0 deletions
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 |