forked from KolibriOS/kolibrios
[WS] Make run.py work on modern qemu
git-svn-id: svn://kolibrios.org@9928 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
18f26e7cf9
commit
5b64340319
@ -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 += f"-drive format=raw,file={start_dir}/kolibri.img,index=0,if=floppy -boot a "
|
||||||
flags += "-vga vmware "
|
flags += "-vga vmware "
|
||||||
flags += "-net nic,model=rtl8139 -net user "
|
flags += "-net nic,model=rtl8139 -net user "
|
||||||
flags += "-soundhw ac97 "
|
|
||||||
if is_win32():
|
if is_win32():
|
||||||
qemu_full_path = shutil.which(qemu_command)
|
qemu_full_path = shutil.which(qemu_command)
|
||||||
qemu_directory = os.path.dirname(qemu_full_path)
|
qemu_directory = os.path.dirname(qemu_full_path)
|
||||||
|
Loading…
Reference in New Issue
Block a user