version 1.4, 2014/01/12 00:26:13
|
version 1.5, 2014/01/18 00:09:19
|
Line 61 It is assumed that the host machine uses
|
Line 61 It is assumed that the host machine uses
|
# ifconfig tap0 create |
# ifconfig tap0 create |
# ifconfig tap0 0.0.0.0 up |
# ifconfig tap0 0.0.0.0 up |
# brconfig bridge0 add tap0 |
# brconfig bridge0 add tap0 |
|
$ cp /usr/obj/evbearm-el/sys/arch/evbarm/compile/INTEGRATOR_CP/netbsd.gz.ub . |
$ qemu-system-arm -M integratorcp -cpu arm1136 -m 512m -kernel netbsd.gz.ub -serial stdio -net nic -net tap,fd=3 3<>/dev/tap0 |
$ qemu-system-arm -M integratorcp -cpu arm1136 -m 512m -kernel netbsd.gz.ub -serial stdio -net nic -net tap,fd=3 3<>/dev/tap0 |
|
|
# After booted |
# After booted |