mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-05-14 01:10:15 +08:00
doc: Qemu network
This commit is contained in:
parent
613c34100e
commit
e78b3dce02
@ -373,6 +373,15 @@ qemu-system-i386 -m 512 -boot a -cpu pentium3 \
|
|||||||
Make sure that each Qemu instance uses its own MAC address to avoid an address
|
Make sure that each Qemu instance uses its own MAC address to avoid an address
|
||||||
conflict (or otherwise use it as a test).
|
conflict (or otherwise use it as a test).
|
||||||
|
|
||||||
|
To connect the Qemu instances with your local network use the following
|
||||||
|
(replace 'eth0' with the network interface of your host).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
ifconfig eth0 0.0.0.0
|
||||||
|
brctl addif qbri eth0
|
||||||
|
dhclient qbri
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
== Issues and TODO
|
== Issues and TODO
|
||||||
|
|
||||||
* PCI support on x86 uses a quick and dirty hack, see pci_reserve_map().
|
* PCI support on x86 uses a quick and dirty hack, see pci_reserve_map().
|
||||||
|
Loading…
x
Reference in New Issue
Block a user