Typhon

Typhon is an open-source operating system with a microkernel at its core.

Community

Discussions regarding the project take place in mailing lists. You can subscribe to a mailing list by sending an email containing anything you like at listname-subscribe@typhonos.org.

List nameDescription
hydraPatches and discussions about the Hydra microkernel.Browse
lcPatches and discussions about the L compiler.Browse
gitCommit logs for all the project repositories.

Sources

The source code of the various parts of the project can be found at https://git.typhonos.org.

Contributing

If you want to contribute to the project, you just need to send patches to the mailing list relative to the repository you’re contributing to. To generate patch files you just have to commit to the repository and run:

git format-patch -s -n HEAD^

and send the file with your mailer. Alternatively, you can use git send-email.

There are lists of the things that need to be done at https://todo.typhonos.org/hydra/ and https://todo.typhonos.org/lc/. If you want to complete these tasks but you don’t know how you can ask for help in the mailing lists.