Enabling the VMini Virtual Adapter (Windows Embedded CE 6.0)

1/5/2010

In order to include the VBridge library in the run-time image, the VMini virtual adapter needs to be enabled. For more information about Vbridge.lib, see Including the VBridge Library in the Run-Time Image.

To enable the VMini virtual adapter

  1. Include VMini.dll in the run-time image.

  2. The VMini virtual adapter is now included in Common.reg as long as the IMGNOKITL and BSP_NOSHAREETH environment variables are not set.

    IF IMGNOKITL !
    IF BSP_NOSHAREETH !
    [HKEY_LOCAL_MACHINE\Comm\VMini]
    ;LOC_FRIENDLYVMINI
        "DisplayName"=mui_sz:"netmui.dll,#9006"
        "Group"="NDIS"
        "ImagePath"="VMini.dll"
        "Priority256"=dword:83
    
    [HKEY_LOCAL_MACHINE\Comm\VMini\Linkage]
        "Route"=multi_sz:"VMINI1"
    
    [HKEY_LOCAL_MACHINE\Comm\VMINI1]
    ;LOC_FRIENDLYVMINI
        "DisplayName"=mui_sz:"netmui.dll,#9006"
        "Group"="NDIS"
        "ImagePath"="VMini.dll"
    
    [HKEY_LOCAL_MACHINE\Comm\VMINI1\Parms]
        "BusNumber"=dword:0
        "BusType"=dword:0
    ENDIF BSP_NOSHAREETH !
    ENDIF IMGNOKITL !
    

    For multicast, VMini assumes that the adapter has 8 entries for the multicast address list.

See Also

Concepts

Ethernet Debugging Services