Trying to install Windows11 ARM on QEMU
This commit is contained in:
parent
605cfd38f9
commit
764967c8e0
6 changed files with 365 additions and 23 deletions
|
|
@ -123,7 +123,7 @@ module VirtualMachine
|
|||
|
||||
get_cdrom_image(options) do |path|
|
||||
disk_img_path = root_img_path(options)
|
||||
create_disk_image(disk_img_path, 64000)
|
||||
create_disk_image(disk_img_path, 64000 * 4)
|
||||
|
||||
Qemu.launch(
|
||||
options[:arch],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue