HaLVM

Haskell 轻量级虚拟机(HaLVM): 在 Xen 上运行 GHC。「The Haskell Lightweight Virtual Machine (HaLVM): GHC running on Xen」

Github stars Tracking Chart

The Haskell Lightweight Virtual Machine (HALVM) Source Archive

The HaLVM is (C) 2008 Galois, Inc., and distributed under a standard,
three-clause BSD license. Please see the file LICENSE, distributed with
this software, for specific terms and conditions.

  1. What is the HaLVM?

The Haskell Lightweight Virtual Machine, or HaLVM, is a port of the Glasgow
Haskell Compiler toolsuite to enable developers to write high-level, lightweight
virtual machines that can run directly on the Xen hypervisor.

While Galois initially designed the HaLVM to allow for quick and easy
prototyping of operating systems components, the HaLVM has grown over time to
allow for a much wider variety of use cases. When connected with the appropriate
libraries, the HaLVM can, for example, operate as a network appliance.

Writing for the Haskell Lightweight Virtual Machine is just like writing
normal Haskell, and many pure Haskell libraries port to the HaLVM with little
or no difficulty. In fact, we include the standard
Haskell Cabal toolset in order to more easily
facilitate the integration of outside Haskell libraries. However, instead of
running on top of a typical operating system, HaLVM programs run at a very low
level, directly on the Xen hypervisor. This allows for very lightweight, single
purpose Xen domains with minimal resource requirements.

  1. Getting and Building the HaLVM

For those who want to set up a development environment and maybe contribute to HaLVM, please see HACKING.md.

In addition, you might want to check out Darrin Eden's build system,
available on GitHub:

https://github.com/dje/halvm-test

It may provide some information that you'd find useful, or may automate portions of this process for you.

  1. Where To Look Next

The HaLVM comes with a number of examples / test cases, located in the folder
examples. We suggest taking a look at these to see a wide variety of HaLVM
programs you might use as a starting point.

Further information about using the HaLVM is available on the HaLVM wiki.
Developers interested in improving the HaLVM should also take a look at the
current list of HaLVM bugs, and submit any new feature requests to the
HaLVM bug system.

  1. How To Contact Us

The HaLVM is a proud member of the unikernel.org
community. If you have any questions, suggestions, or comments about the HaLVM,
we suggest participation in devel.unikernel.org,
a multi-unikernel developer's message board.

If you have bugs you would like to file or patches you'd like to send, we'd
strongly prefer you utilize GitHub's interfaces for both these functions. Please
see GitHub for more information.

That's all, and enjoy using the HaLVM!

Main metrics

Overview
Name With OwnerGaloisInc/HaLVM
Primary LanguageHaskell
Program languageHaskell (Language Count: 7)
Platform
License:BSD 3-Clause "New" or "Revised" License
所有者活动
Created At2012-03-29 22:39:16
Pushed At2018-12-06 17:24:40
Last Commit At2018-12-06 09:24:40
Release Count0
用户参与
Stargazers Count1.1k
Watchers Count82
Fork Count79
Commits Count388
Has Issues Enabled
Issues Count101
Issue Open Count37
Pull Requests Count27
Pull Requests Open Count0
Pull Requests Close Count3
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private