github.com/emc-advanced-dev/unik@v0.0.0-20190717152701-a58d3e8e33b7/docs/compilers/includeos.md (about) 1 # IncludeOS Unikernels 2 3 UniK uses [IncludeOS](http://www.includeos.org/) as a platform for compiling C++ applications to unikernels. Building IncludeOS unikernels requires conforming to the structure of an IncludeOS project, [documented here](https://github.com/hioa-cs/IncludeOS/wiki/Creating-your-first-IncludeOS-service), with an [example here](https://github.com/hioa-cs/IncludeOS/tree/master/seed). 4 5 You can also see an [example here](https://github.com/includeos/unik_test_service) 6 7 Your application code will be called from ```Service::start()``` in `service.cpp`