[molecules/boot] add new QEMU (0.13.0) that supports latest Windows and 64bit

This commit is contained in:
Fabio Erculiani
2010-12-10 22:37:34 +01:00
parent 6feb80052a
commit 94f85e8559
25 changed files with 4593 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
REM Start qemu on windows.
@ECHO OFF
REM SDL_VIDEODRIVER=directx is faster than windib. But keyboard cannot work well.
SET SDL_VIDEODRIVER=windib
REM SDL_AUDIODRIVER=waveout or dsound can be used. Only if QEMU_AUDIO_DRV=sdl.
SET SDL_AUDIODRIVER=dsound
REM QEMU_AUDIO_DRV=dsound or fmod or sdl or none can be used. See qemu -audio-help.
SET QEMU_AUDIO_DRV=dsound
REM QEMU_AUDIO_LOG_TO_MONITOR=1 displays log messages in QEMU monitor.
SET QEMU_AUDIO_LOG_TO_MONITOR=0
REM PCI-based PC(default): -M pc
REM ISA-based PC : -M isapc
REM -M isapc is added for NE2000 ISA card.
qemu.exe -L . -m 128 -hda linux.img -soundhw sb16,es1370 -localtime -M pc