summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
documentationBranchfinished documentation, and deleted ramfs.c and ramfs.h, as both were nowhere...Galen Sagarin5 months
forkmanmerge main into forkmanIan McFarlane5 months
mainupdate readmeFreya Murphy4 months
[...]
 
 
AgeCommit messageAuthorFilesLines
2025-05-11update readmeHEADmainFreya Murphy2-18/+20
2025-05-06fix merge conflict badnessFreya Murphy1-123/+7
2025-05-06finished documentation, and deleted ramfs.c and ramfs.h, as both were nowhere...Galen Sagarin3-215/+0
2025-05-06edited a bit of documentation for tar.cGalen Sagarin1-4/+118
2025-05-06update clangd compile flagsFreya Murphy2-1/+3
2025-05-06update makefileFreya Murphy1-2/+2
2025-05-06add docstring stmtFreya Murphy1-0/+6
2025-05-06fix tblFreya Murphy1-2/+0
[...]
 
Clone
https://g.freya.cat/comus
git@git.in.freya.cat:comus

Comus

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.

Source Code

https://g.freya.cat/freya/comus

Dependencies

To build comus, a c11 compiler is required, along with the gnu assembler and linker.

To build the boot iso for qemu, grub-mkrescue is needed from grub.

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.

Run make fmt to format the source code.

Nix

For development on NixOS run nix develop in the source directory.

Docs

See docs/

UEFI

Add UEFI=1 as an argument to the makefile to build and run in UEFI.

Requires the nix flake.