For anyone that has downloaded my disk image
(http://www.vaxenrule.com/lites/mach.dsk.bz2) You can just edit qemu's
hw/pc.c & change the settings for the ne2000. However if you don't mind
my slow site, you can download my built version of qemu (with pcap
support so that it can also talk natively on a Windows network) right
here.
http://www.vaxenrule.com/lites/MachUK22-lites-nat.zip
Running the lites.cmd will boot up mach/lites and redirect your local
tcp port 23 to the emulator, allowing you & others to telnet into the
box. For native network access you will need configure the network
similar to this..
Sample win32 usage:
-net nic -net pcap,devicename=\Device\NPF_{21FFCD07-245D-4C93-8D4C-
E0290CD5666D}
The only caveat is finding that guid... The 2 ways I find it is with
ethereal, it will list the GUID for each interface, or you can read the
information in the registry...
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
\NetworkCards
Anyways maybe this will spur some interest out there in Mach/Lites.
Jason