solo-io / unik

The Unikernel & MicroVM Compilation and Deployment Platform
Apache License 2.0
2.72k stars 191 forks source link

Initial IncludeOS support #64

Closed ingve closed 8 years ago

ingve commented 8 years ago

Adds support for running IncludeOS unikernels written in C++ using the UniK Virtualbox provider.

ingve commented 8 years ago

If you would like a simple IncludeOS unikernel to test with UniK, we have provided one here:

https://github.com/includeos/unik_test_service

ilackarms commented 8 years ago

I'm working on adding a simple test for includeos on Vbox that follows the patter of the test unikernels in the test/test_apps directory. As soon as that's done I'll merge this PR Thank you for this contribution, so far it looks great and I have already run a few IncludeOS unikernels on my laptop

yuval-k commented 8 years ago

LGTM as well.