Search found 1 match

by jhonnaker
Tue Feb 18, 2025 6:56 pm
Forum: Commodore OS Software Issues
Topic: Install and run CommodoreOS in qemu
Replies: 1
Views: 4297

Install and run CommodoreOS in qemu

You can install CommodoreOS in qemu. VirtualBox and VMWare won't work for me since I use a ARM64 MacBook Pro. Here is the command: qemu-system-x86_64 -M q35,vmport=off,hpet=off -m 4G -cpu max -accel tcg,thread=multi,tb-size=1024 -global ICH9-LPC.disable_s3=1 -smp cpus=4 -device ide-cd,bus=ide.0,driv...