Skip to content

Commit

Permalink
add a pointer in the README about machyve#5/machyve#9 so that no one …
Browse files Browse the repository at this point in the history
…gets surprised.

Signed-off-by: António Meireles <antonio.meireles@reformi.st>
  • Loading branch information
AntonioMeireles committed Jun 11, 2015
1 parent 96c6bbe commit 96b66aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -150,6 +150,14 @@ xhyve shares most of the code with bhyve but is architecturally very different.

*bhyvectl*, *bhyveload* and *grub2-bhyve* are incompatible with a single process model and are dropped. As a stop-gap solution until we have a proper firmware xhyve supports the Linux [kexec protocol](http://www.kernel.org/doc/Documentation/x86/boot.txt), a very simple and straightforward way to bootstrap a Linux kernel. It takes a bzImage and optionally initrd image and kernel parameter string as input.

Issues
------
Righ now, if you have (any version of) VirtualBox running and attempt to run

This comment has been minimized.

Copy link
@digitalresistor

digitalresistor Jun 12, 2015

Typo: Righ -> Right

xhyve it will immediately crash your system as it triggers a kernel panic.
This is not a xhyve issue *per se*, since it runs in userspace, but a
VirtualBox one which just doesn't play nice with Hypervisor.framework.
(see issues [#5](mist64/xhyve#5) and [#9](mist64/xhyve#9) for the full context)

TODO
----

Expand Down

0 comments on commit 96b66aa

Please sign in to comment.