[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r16429: Added sound support when running QEMU in Windows. (incognito/trunk/arch/x86/overlay)



Author: anonym
Date: 2008-08-05 14:51:10 -0400 (Tue, 05 Aug 2008)
New Revision: 16429

Modified:
   incognito/trunk/arch/x86/overlay/run.bat
Log:
Added sound support when running QEMU in Windows.


Modified: incognito/trunk/arch/x86/overlay/run.bat
===================================================================
--- incognito/trunk/arch/x86/overlay/run.bat	2008-08-05 18:15:56 UTC (rev 16428)
+++ incognito/trunk/arch/x86/overlay/run.bat	2008-08-05 18:51:10 UTC (rev 16429)
@@ -29,4 +29,4 @@
 if exist %DRIVE%:\isolinux set SYSLINUX=isolinux
 
 rem Start QEMU
-start /B %DRIVE%:\qemu\qemu.exe -m 256M -localtime -usb -L %DRIVE%://qemu -hda fat:%DRIVE%: -kernel %DRIVE%:\%SYSLINUX%\%KERNEL% -initrd %DRIVE%:\%SYSLINUX%\%INITRD% -append "%KERNEL_ARGS%"
+start /B %DRIVE%:\qemu\qemu.exe -m 256M -localtime -soundhw sb16 -usb -L %DRIVE%:\qemu -hda fat:%DRIVE%: -kernel %DRIVE%:\%SYSLINUX%\%KERNEL% -initrd %DRIVE%:\%SYSLINUX%\%INITRD% -append "%KERNEL_ARGS%"