GaloisInc / HaLVM

The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen
BSD 3-Clause "New" or "Revised" License
1.05k stars 88 forks source link

Question: Would apps built on HaLVM be considered Unikernels? #31

Closed schell closed 10 years ago

schell commented 10 years ago

I'm reading http://roscidus.com/blog/blog/2014/07/28/my-first-unikernel/ which seems to be a lot like HaLVM. Is this correct?

acw commented 10 years ago

Yup. Mirage (on which that system seems to run) and the HaLVM are very similar, just with different languages running on top.

schell commented 10 years ago

:+1: Thanks :)