Hyper-V
Nanos can run on hyper-v.
Pre-requisites
Hyper-v is only supported on Windows 10/11 Enterprise, Pro and Education.
You need to enable the next Windows features:
After enabling the required windows features you may be able to manage virtual machines with ops commands from a wsl shell with administrator permissions.
If you see the error message
exec: "qemu-img": exeuctable file not found in $PATHinstall qemu-utils in WSL2.
As of right now OPS on Windows requires to be ran in WSL2 with admin privileges. You can start WSL2 by right-clicking on it.
Image Operations
Create Image
$ ops image create <elf_file|program> -i <image_name> -t hyper-vList Images
Delete Image
Instance Operations
Create Instance
List Instances
Delete Instance
Last updated
Was this helpful?