Skip to content

Commit

Permalink
still tinkering
Browse files Browse the repository at this point in the history
  • Loading branch information
fearful-symmetry committed Jan 7, 2025
1 parent 9cbdf22 commit 456f90d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testing/scripts/invoke_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,9 @@ main() {
# x86_64 uses ttyS0 for the first serial port
bootparams+=" console=ttyS0"
extra_args+=" -machine accel=kvm"
extra_args+=" -runas root"
fi

qemu-system-${arch} \
sudo qemu-system-${arch} \
-nographic -m 1G \
-smp 8 \
-kernel $kernel \
Expand Down

0 comments on commit 456f90d

Please sign in to comment.