Merge pull request #15 from AntonioMeireles/update_docs_crash
add a pointer in the README about #5/#9 so that no one gets surprised.
This commit is contained in:
commit
fa6e6779ae
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
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
|
||||
----
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue