Skip to content

Commit dc82a5a

Browse files
committed
docs: do not install "qemu" as Ubuntu 24.04 has removed this package
1 parent 3588430 commit dc82a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/measure-kernel-mcdc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sudo apt-get install git bc libncurses-dev wget busybox \
2323
libssl-dev libelf-dev dwarves flex bison build-essential
2424

2525
# For booting the kernel
26-
sudo apt-get install qemu qemu-system-x86
26+
sudo apt-get install qemu-system-x86
2727
```
2828

2929
Set up KVM

0 commit comments

Comments
 (0)