aarch64: update readme

Signed-off-by: Gao feng <omarapazanadi@gmail.com>
This commit is contained in:
Gao feng
2016-10-14 18:03:22 +08:00
parent ca80a07ede
commit 6b4a925945

View File

@@ -12,6 +12,11 @@ clone this repo, and make sure you have build-essentials installed. Go into the
Then you can find `hyper-initrd.img` in the build directory, together with a pre-built kernel.
If you want to run hyperstart with 64-bit ARM architecture, please reconfigure with flag --with-aarch64,
> ./configure --with-aarch64
> make
If you want to get the boot disk file for VirtualBox, please reconfigure with flag --with-vbox,
> ./configure --with-vbox