Close

Build files for OSv unikernel

A project log for L1VM

A tiny virtual machine with a 64 bit RISC CPU.

jay-tjay-t 09/08/2019 at 14:140 Comments

In my GitHub repository of L1VM I added build directories for OSv unikernel support.

The goal is here to put the L1VM in a image together with the OSv unikernel.

You need to install the "capstan" build tool of OSv first. The build script makes an Qemu .img file which can run by Qemu or be installed on real hardware.

One demo shows how to load a module, in this case the math module. So you can load modules from your L1VM programs too!

Discussions