Skip navigation.
Home

Sources

After the release of HelenOS 0.4.1, we started to organize our source codes in a Bazaar repository. To get your own bzr branch, type:

bzr branch bzr://bzr.helenos.org/mainline HelenOS

Before HelenOS 0.4.1, we used Subversion instead. To check out the abandoned svn repository, do:

svn checkout svn://svn.helenos.org/HelenOS/trunk HelenOS

Note that there is also a Mercurial clone of the old Subversion repository, which is now abandoned as well, but can be used for browsing the old history. You can clone the hg repository by doing:

hg clone http://bitbucket.org/jermar/helenoshg/

To browse the current sources on-line, go here. Alternatively, you can see what releases are available for download. For information on preferred coding style, see HelenOS Coding Standard. See our mailing list page to learn how to get a notification whenever someone changes the repository.