From 5b643403193b2dfce968f2c27342a1c373c6584d Mon Sep 17 00:00:00 2001 From: boppan Date: Sun, 6 Aug 2023 19:45:59 +0000 Subject: [PATCH] [WS] Make run.py work on modern qemu git-svn-id: svn://kolibrios.org@9928 a494cfbc-eb01-0410-851d-a64ba20cac60 --- _tools/workspace/run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/_tools/workspace/run.py b/_tools/workspace/run.py index 1c0ab2417..098fce6e8 100644 --- a/_tools/workspace/run.py +++ b/_tools/workspace/run.py @@ -28,7 +28,6 @@ def run_qemu(start_dir = "workspace"): flags += f"-drive format=raw,file={start_dir}/kolibri.img,index=0,if=floppy -boot a " flags += "-vga vmware " flags += "-net nic,model=rtl8139 -net user " - flags += "-soundhw ac97 " if is_win32(): qemu_full_path = shutil.which(qemu_command) qemu_directory = os.path.dirname(qemu_full_path)