From 57bd41e16d297c18a0d6941021cc628100038db7 Mon Sep 17 00:00:00 2001 From: "K. Lange" Date: Wed, 18 Oct 2023 07:27:48 +0900 Subject: [PATCH] meta: RIP -soundhw --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8dbbc42..40123fd8 100644 --- a/README.md +++ b/README.md @@ -147,7 +147,7 @@ By default, the bootloader will pass a flag to the VirtualBox device driver to d Most development of ToaruOS happens in QEMU, as it provides the most flexibility in hardware and the best debugging experience. A recommended QEMU command line in an Ubuntu 20.04 host is: ``` -qemu-system-x86_64 -enable-kvm -m 1G -soundhw ac97 -cdrom image.iso -smp 2 +qemu-system-x86_64 -enable-kvm -m 1G -device AC97 -cdrom image.iso -smp 2 ``` Replace `-enable-kvm` with `-accel hvm` or `-accel haxm` as appropriate on host platforms without KVM, or remove it to try under QEMU's TCG software emulation.