INSTRUCTIONS FOR QEMU USERS |
If you downloaded the ZIP file, then you can find a working copy of QEMU in the 'data' directory. There is also a batch script "Start Chromium Browser VM in QEMU.bat" that will do this for you. To use Chromium Browser VM with QEMU, run the following command: qemu -vga std -no-reboot -soundhw all -L . -m 512 -boot d -cdrom "ChromiumVM.iso" -net nic -net user,model=rtl8139 That's pretty much it. |