HermiTux: a unikernel that’s binary-compatible with Linux

HermiTux is a unikernel: a minimal operating system with low memory/disk footprint and sub-second boot time, executing an application within a single address space on top of an hypervisor. Moreover, HermiTux is binary-compatible with Linux: it can run native Linux executables.

Although being a proof-of-concept, HermiTux supports multiple compiled (C, C++, Fortran) and interpreted (Python, LUA) languages. It provides binary analysis and rewriting techniques to optimize system call latency and modularize a kernel in the presence of unmodified binaries. It supports statically and dynamically linked programs, different compilers and optimization levels. HermiTux also provides basic support for multithreading, debugging and profiling.

HermiTux is a research project at Virginia Tech.

4 Comments

  1. 2019-04-08 10:08 am
    • 2019-04-09 12:47 am
  2. 2019-04-08 1:39 pm
    • 2019-04-09 12:30 am