We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34a26a5 commit 7c5b360Copy full SHA for 7c5b360
benches/netbench/run.sh
@@ -23,7 +23,7 @@ hermit() {
23
24
echo "Launching $bin image on QEMU"
25
26
- qemu-system-x86_64 -cpu host \
+ sudo qemu-system-x86_64 -cpu host \
27
-enable-kvm -display none -smp 1 -m 1G -serial stdio \
28
-kernel "$root_dir"/kernel/hermit-loader-x86_64 \
29
-initrd "$root_dir"/target/x86_64-unknown-hermit/release/$bin \
0 commit comments