In message d67omp$a5k$1@...,
[c] Renan <renan.birck@...> wrote this:
> Hello. I'm new to the list, so please forgive me if this isn't the
> right place to post.
>
>
>
> I currently have, in Bochs 2.2.pre3, a Windows 3.11 guest on a
> Windows XP host.
> I need to make it access network, I have installed WinPCap.
>
> Now what should I do?
niclist gives this:
C:\Arquivos de programas\Bochs-2.2.pre4>niclist.exe
1: VMware Virtual Ethernet Adapter
Device: \Device\NPF_{FF58F6E6-E8E9-4981-90C3-A6BD81EA5246}
2: VMware Virtual Ethernet Adapter
Device: \Device\NPF_{B1FA2590-3BCC-4216-BE55-DC34CA45AFA9}
3: SiS NIC SISNIC
Device: \Device\NPF_{B479F5A2-F25C-4001-A2C7-EBD7D50BC8E6}
Example config for bochsrc:
ne2k: ioaddr=0x300, irq=3, mac=b0:c4:20:00:00:00, ethmod=win32,
ethdev=\Device\N
PF_{FF58F6E6-E8E9-4981-90C3-A6BD81EA5246}
The two 'VMware virtual ethernet adapter' entries are from VMware
(obviously) and the 'SiS NIC SISNIC' is the onboard Ethernet of my
motherboard.
|