Hybrid


DESCRIPTION

Hybrid is a kernel built on top of elklib.The kernel is being developed with an emphasis on design and portability. It is largely implemented in C/C++, with a small amount of assembly

Features

The kernel is under heavy development and is not yet usable from the user point of view. The available features are:

Ports

The only available port is for Intel IA-32 (x86)

Copying

Hybrid is licensed under the GNU General Public License, version 2

MAINTAINERS

Francesco Salvestrini <salvestrini AT gmail DOT com>

AUTHORS

Francesco Salvestrini <salvestrini AT gmail DOT com>

RELEASES

Sorry, no public release available at the moment.

MAILING LISTS

Hybrid has several moderated mailing lists, each with an archive. For general Hybrid discussions, use <hybrid-user AT nongnu.org>. Email bug reports to <hybrid-bug AT nongnu.org>. For more information on submitting bugs, please see the section Report a Bug below. If you have a patch for a bug in Hybrid that hasn't yet been fixed in the latest repository sources, please send the patch (made for the git sources, not the release sources) to <hybrid-patch AT nongnu.org>.

REPORT A BUG

If you think you have found a bug in Hybrid, then please send as complete a report as possible to <hybrid-bug AT nongnu.org>. An easy way to collect all the required information, such as platform and compiler, is to run make check, and include the resulting file tests/testsuite.log to your report. Disagreements between the manual and the code are also bugs.

DEVELOPMENT

Browsing sources

You can Browse the Git repository of this project with your web browser. This gives you a good picture of the current status of the source files. You may also view the complete histories of any file in the repository as well as differences among two versions.

Getting a Copy of the Git Repository

Anonymous checkout:


git clone git://git.savannah.nongnu.org/hybrid.git