mirror of https://gitee.com/openkylin/libvirt.git
7 lines
383 B
Plaintext
7 lines
383 B
Plaintext
LC_ALL=C PATH=/bin HOME=/home/test USER=test LOGNAME=test QEMU_AUDIO_DRV=none \
|
|
/usr/bin/qemu-system-ppc -S -M ppce500 -m 256 -smp 1 -nographic \
|
|
-monitor unix:/tmp/test-monitor,server,nowait -no-acpi -boot c \
|
|
-kernel /media/ram/uImage -initrd /media/ram/ramdisk \
|
|
-append 'root=/dev/ram rw console=ttyS0,115200' -dtb /media/ram/test.dtb \
|
|
-usb -net none -serial pty -parallel none
|