Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

mirage/synjitsu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install

For now on, you need to pin tcpip:

opam pin add tcpip https://github.com/samoht/mirage-tcpip.git#synjistu

Then you can build the synjitsu unikernel and an (very simple) example application:

make

Run

You first need toset-up the /ip/ path xenstore with the right access control list. This can be done by:

sudo make init

You can then edit synjitsu/synjitsu.xl to:

  1. uncomment the VIF line; and
  2. set the memory to 16 (instead of 256)

And then you can boot the resulting unikernel:

sudo xl create -c synjitsu/synjitsu.xl

(same thing for the example application in app/)

About

TCP connection starter for Mirage unikernels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published