mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-23 18:02:05 -05:00
Meta: Enable VirtIO on Windows QEMU
VirtIO was probably broken on Windows versions of QEMU, but this seems to no longer be the case. Enabling VirtIO is currently required for RISC-V mouse and keyboard support.
This commit is contained in:
parent
2360df3ab8
commit
540e8e5523
1 changed files with 0 additions and 4 deletions
|
@ -430,10 +430,6 @@ def set_up_basic_kernel_cmdline(config: Configuration):
|
|||
# Split environment variable at spaces, since we don't pass arguments like shell scripts do.
|
||||
config.kernel_cmdline.extend(provided_cmdline.split(sep=None))
|
||||
|
||||
# Handle system-specific arguments now, boot type specific arguments are handled later.
|
||||
if config.qemu_kind == QEMUKind.NativeWindows:
|
||||
config.kernel_cmdline.append("disable_virtio")
|
||||
|
||||
|
||||
def set_up_disk_image_path(config: Configuration):
|
||||
provided_disk_image = environ.get("SERENITY_DISK_IMAGE")
|
||||
|
|
Loading…
Add table
Reference in a new issue