This commit is contained in:
Ciro Santilli
2018-05-23 04:08:58 +01:00
parent dbecf15f8f
commit fb5f31f8cf
3 changed files with 117 additions and 85 deletions

3
run
View File

@@ -208,7 +208,7 @@ else
extra_flags="${extra_flags_qemu} ${extra_flags}"
qemu_common="\
${debug_vm} \
'${buildroot_out_dir}/host/usr/bin/qemu-system-${arch}' \\
'qemu-system-${arch}' \\
-device rtl8139,netdev=net0 \\
-gdb tcp::1234 \\
-m '${memory}' \\
@@ -245,7 +245,6 @@ ${qemu_common} \
-M pc \\
-append '${root} nopat ${extra_append}' \\
-device edu \\
-device lkmc_pci_min \\
-kernel '${images_dir}/bzImage' \\
${extra_flags} \
"