mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Uber easy arch swap
This commit is contained in:
2
runqemu
2
runqemu
@@ -43,6 +43,7 @@ done
|
||||
shift "$(($OPTIND - 1))"
|
||||
extra_flags="$extra_flags $@"
|
||||
|
||||
./setoutarch "$arch"
|
||||
buildroot_out_dir='./buildroot/output'
|
||||
images_dir="$buildroot_out_dir/images"
|
||||
qemu_common="\
|
||||
@@ -83,7 +84,6 @@ case "$arch" in
|
||||
"
|
||||
;;
|
||||
esac
|
||||
echo "$cmd"
|
||||
if "$debug" && ! "$nographic" && [ ! "$arch" = 'arm' ]; then
|
||||
eval "$cmd" &>/dev/null &
|
||||
# TODO: Ctrl +C gets sent to QEMU? Why? Does not happen if I run
|
||||
|
||||
Reference in New Issue
Block a user