README: Update operating system and architecture support statements

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2020-09-17 15:11:16 +01:00
parent ab80789747
commit 6d0b05c6b3

View File

@ -48,14 +48,11 @@ Cloud Hypervisor is implemented in [Rust](https://www.rust-lang.org/) and is bas
### Architectures
`cloud-hypervisor` only supports the `x86-64` CPU architecture for now.
We're planning to add support for the `AArch64` architecture in the future.
`cloud-hypervisor` supports the `x86-64` and `AArch64` architecture. There are some small differences in functionality between the two architectures.
### Guest OS
* `64-bit Linux`
Support for *modern* 64-bit Windows guest is being evaluated.
`cloud-hypervisor` supports `64-bit Linux` with support for *modern* 64-bit Windows guests currently under development.
# 2. Getting Started