| Type | Spec | Notes |
|---|---|---|
| CPU | 4-core Realtek 8198d | arch: mips (interAptiv, 1, 16, 32r2) |
| RAM | 256 MiB | |
| Storage | 128 MiB | MTD layout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo qemu-system-i386 \ | |
| -m 512 \ | |
| -smp 1 \ | |
| -enable-kvm \ | |
| -drive if=none,id=disk00,format=qcow2,file=tmp/disk1.qcow2 \ | |
| -device "ide-hd,drive=disk00,bus=ide.0,serial=00000000000000000001,model=VMware Virtual IDE Hard Drive" \ | |
| -nic tap |