OpenWrt + QEMU: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 9: Line 9:


<syntaxhighlight lang="bash" enclose="div">
<syntaxhighlight lang="bash" enclose="div">
/mnt/QEMU/opt/bin/qemu-system-i386 -M pc -echr 0x1c \
qemu-system-i386 -M pc -echr 0x1c \
                 -device ide-hd,drive=drv0 \
                 -device ide-hd,drive=drv0 \
                 -drive file=openwrt-x86-legacy-generic-ext4-rootfs.img,format=raw,id=drv0,if=none \
                 -drive file=openwrt-x86-legacy-generic-ext4-rootfs.img,format=raw,id=drv0,if=none \

Navigation menu