Quote (desnotes @ Mar. 30 2006,09:06) |
I have qemu installed on my Windows XP box and was able to run the Hikarunix iso image using the following command line: qemu.exe -L "\Program Files\Qemu\bios" -m 500 -hda hardisk.img -cdrom hikarunix-0.4.iso -boot d -enable-audio -localtime I created my own hardisk image using qemu and Qemu was installed at C:\Program Files\Qemu but it should be possible to move this over to a USB drive and call it up. The above command line was used with Qemu 0.7.2 so if you have a later version (0.8.0) you will need to replace "-enable-audio" with "-soundhw sb16" Hope this helps, desNotes |