Back to V86

Two emulators

examples/two_instances.html

0.5167 B
Original Source

To set up networking:

# first VM
ifconfig eth0 up arp 10.5.0.2

# second VM
ifconfig eth0 up arp 10.5.0.3
ping 10.5.0.2

Click on a screen to control it.