summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-05-11 09:37:26 -0400
committerFreya Murphy <freya@freyacat.org>2025-05-11 09:44:29 -0400
commit86663692f46dc50b6a39ae836a600ca9da04bde4 (patch)
tree6bdeddf1c8f25c355a0846df029869dea2c7a90e /README.md
parentfix merge conflict badness (diff)
downloadcomus-86663692f46dc50b6a39ae836a600ca9da04bde4.tar.gz
comus-86663692f46dc50b6a39ae836a600ca9da04bde4.tar.bz2
comus-86663692f46dc50b6a39ae836a600ca9da04bde4.zip
update readmeHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 20 insertions, 8 deletions
diff --git a/README.md b/README.md
index 469ac15..ae88008 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,22 @@
Comus is a kernel!
+## Contributors
+
+1. Freya Murphy <freya@freyacat.org>
+2. Tristan Miller <trimill@trimill.xyz>
+3. Simon Kadesh <simon@kade.sh>
+4. Ian McFarlane <i.mcfarlane2002@gmail.com>
+5. Galen Sagarin <gsp5307@rit.edu>
+
+## License
+
+This project is licensed under the [GNU General Public License, version 2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
+
+## Source Code
+
+https://g.freya.cat/freya/comus
+
## Dependencies
To build comus, a c11 compiler is required, along with the gnu assembler
@@ -29,16 +45,12 @@ Run `make fmt` to format the source code.
For development on NixOS run `nix develop` in the source directory.
-## UEFI
-
-Add `UEFI=1` as an argument to the makefile to build and run in UEFI.
-
-Requires the nix flake.
-
## Docs
See `docs/`
-## License
+## UEFI
+
+Add `UEFI=1` as an argument to the makefile to build and run in UEFI.
-This project is licensed under the GPLv2
+Requires the nix flake.