desnotes
Group: Members
Posts: 120
Joined: Dec. 2005 |
|
Posted: April 16 2006,15:32 |
|
Here is what I did to create a USB drive that runs qemu and hikarunix-0.4.iso. You can get the files from a DSL embedded edition
In top USB directory:
hikarunix-0.4.iso dsl-windows.bat
Create qemu directory and place:
bios.bin fmod.dll harddisk linux_boot.bin qemu.exe (version 0.8.0)
sdl.dll vgabios.bin vgabios-cirrus.bin
Contents of dsl-windows.bat
REM Start qemu on windows. @ECHO OFF
START qemu\qemu_080.exe -L "\qemu" -m 125 -boot d -soundhw sb16 -localtime -cdrom hikarunix-0.4.iso -hda qemu/harddisk -append "qemu sb=0x220,5,1,1"
CLS EXIT
|