Code Sample |
REM Start qemu on windows. @ECHO OFF START qemu.exe -L "\bios" -m 500 -hda hardisk.img -cdrom hikarunix-0.4.iso -boot d -enable-audio -localtime CLS EXIT |
Quote (desnotes @ April 02 2006,23:17) | ||
Well, first...trying to install to a USB will take up much more space than the compressed iso version. To run hikarunix-0.4.iso from a USB drive you would need to copy hikarunix-0.4.iso to the USB. Also, you would need to copy qemu.exe and sdl.dll to the drive. Next you should create a directory entitled 'bios' and copy the files from the 'bios' directory in your Qemu installation to the 'bios' directory on your USB drive. If you are creating a virtual disk drive and want to use it, put that in your USB drive also I named it 'hardisk.img' in the example below). Then create a windows_qemu.bat file and put the following lines in it:
This should work. Keep us posted on your results. desNotes |