gmuraru / unikraft

Main Unikraft repo (read-only mirror)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unikraft - "Unikernel Crafting"

Unikraft is an automated system for building specialized OSes and unikernels tailored to the needs of specific applications. It is based around the concept of small, modular libraries, each providing a part of the functionality commonly found in an operating system (e.g., memory allocation, scheduling, filesystem support, network stack, etc.).

In addition, Unikraft has the concept of external libraries. These are what we commonly understand as standard libraries such as libc or openssl, and help to enhance the functionality of Unikraft and the range of applications it is able to support.

Unikraft supports multiple target platforms (e.g., Xen, KVM and Linux userspace for development purposes), so that it is possible to build multiple images, one for each platform, for a single application without requiring the application developer to do any additional, platform-specific work.

The configuration and build process are driven by a menu system inspired by Linux's kConfig system, making it easy to choose different libraries and configure them. This simplifies the process of trying out different configurations in order to extract the best possible performance out of a particular application.

In all, Unikraft is able to build specialized OSes and unikernels targeted at specific applications without requiring the time-consuming, expert work that is required today to build such images.

For more information information about Unikraft, including user and developer guides, please refer to the docs/guides directory or point your browser to the Unikraft documentation

Contributing

If you're interested in contributing please take a look at the list of open projects. If one of these interests you please drop us a line via the mailing list or directly at unikraft@listserv.neclab.eu .

Further Resources

About

Main Unikraft repo (read-only mirror)

License:Other


Languages

Language:C 73.2%Language:Python 14.2%Language:Perl 4.7%Language:Assembly 3.2%Language:C++ 2.9%Language:Makefile 0.9%Language:Yacc 0.3%Language:Shell 0.3%Language:Lex 0.2%Language:Objective-C 0.0%Language:Awk 0.0%