Last time I have given an overview of Unikernels, which includes some basic concepts and a breif history. From this time, let’s build a simple but functional unikernel together!

I will choose either Scala or C++ as the programming language for this plan. And as mentioned in my last post, our unikernel will also be of,

  • single process
  • small footprint

And most importantly, handy to use as a play around framework!

Please keep follow my blog, as I will give more details soon! (For example, the repo and some implementation plans!)