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

Can I run a HALVM unikernel from the Linux command line? #84

Closed crowdwave closed 7 years ago

crowdwave commented 7 years ago

I'd like to run a simple HALVM web server just from the Linux command line. Is this possible?

thanks

acw commented 7 years ago

For the moment, no. HaLVMs only run on Xen. (You do control Xen from the Linux command line, though. So maybe I mean yes?)

It is a goal of our next major revision of the HaLVM for it to be easily retargetable between a variety of platforms, including Linux.