Subversion Repositories Kolibri OS

Rev

Rev 9411 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9411 Rev 9928
Line 26... Line 26...
26
    flags += "-L . " # IDK why it does not work without this
26
    flags += "-L . " # IDK why it does not work without this
27
    flags += "-m 128 "
27
    flags += "-m 128 "
28
    flags += f"-drive format=raw,file={start_dir}/kolibri.img,index=0,if=floppy -boot a "
28
    flags += f"-drive format=raw,file={start_dir}/kolibri.img,index=0,if=floppy -boot a "
29
    flags += "-vga vmware "
29
    flags += "-vga vmware "
30
    flags += "-net nic,model=rtl8139 -net user "
30
    flags += "-net nic,model=rtl8139 -net user "
31
    flags += "-soundhw ac97 "
-
 
32
    if is_win32():
31
    if is_win32():
33
        qemu_full_path = shutil.which(qemu_command)
32
        qemu_full_path = shutil.which(qemu_command)
34
        qemu_directory = os.path.dirname(qemu_full_path)
33
        qemu_directory = os.path.dirname(qemu_full_path)
35
        flags += f"-L {qemu_directory} "
34
        flags += f"-L {qemu_directory} "
36
    s = f"{qemu_command} {flags}"
35
    s = f"{qemu_command} {flags}"