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,...

According to the definition from the Unikernel Organization, Unikernels are specialized,single-address-space machine images constructed by using library OS. Unikernel has been proposed to solve the security issue in Cloud environment, as it is non-trivial to set up the configuration of a traditional OS’s security, e.g....