OpenWrt + QEMU: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
 
<syntaxhighlight lang="bash" enclose="div">
/mnt/QEMU/opt/bin/qemu-system-i386 -M pc -echr 0x1c \
-device ide-hd,drive=drv0 \
-drive file=openwrt-x86-legacy-generic-ext4-rootfs.img,format=raw,id=drv0,if=none \
-kernel openwrt-x86-legacy-generic-kernel.bin \
-nographic -m 512256 -append "root=/dev/sda console=ttyS0 rootwait earlyprintk=ttyS0"
</syntaxhighlight>