Skip to content

anyvm-org/anyvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run any vm anywhere Test

Test FreeBSD

Test NetBSD

Test OpenBSD

Test DragonflyBSD

Test Solaris

Test OmniOS

Test OpenIndiana

Try it Now in Google Cloud Shell:

Try it Now in Cloud Shell

Click the "Try it Now in Cloud Shell" button above to instantly launch this project in Google Cloud Shell.

python anyvm.py --os freebsd

Or try other operating systems:

python anyvm.py --os openbsd
python anyvm.py --os netbsd
python anyvm.py --os solaris

On Linux Host:

Host x86_64 VM aarch64(arm64) VM riscv64 VM
x86_64 Linux
aarch64(arm64) Linux
sudo apt-get --no-install-recommends -y install \
        zstd \
        ovmf \
        xz-utils \
        qemu-utils \
        ca-certificates \
        qemu-system-x86 \
        qemu-system-arm qemu-efi-aarch64 qemu-efi-riscv64 qemu-system-riscv64 u-boot-qemu
        
        
python anyvm.py  --os freebsd

python anyvm.py  --os freebsd --release 14.3

python anyvm.py  --os freebsd --release 14.3  --arch aarch64

On MacOS Host:

Apple silicon:

Host x86_64 VM aarch64(arm64) VM riscv64 VM
aarch64(arm64) Apple silicon
brew install qemu


python anyvm.py  --os freebsd

python anyvm.py  --os freebsd --release 14.3

python anyvm.py  --os freebsd --release 14.3  --arch aarch64

On Windows Host:

Install qemu For Windows:

https://www.qemu.org/download/#windows

https://qemu.weilnetz.de/w64/

python anyvm.py  --os freebsd