
For JMC25X/26X Gigabit/Fast Ethernet controller
Copyright (c) JMicron Technology Corp 2009. All rights reserved.

The driver jmnd.dos is the NDIS2 driver for the Microsoft Network Client for DOS 

*** Required Files ***

    JMND.DOS          	the driver
    OEMSETUP.INF        installation script
    PROTOCOL.INI        SAMPLE configuration file

    Microsoft Network Client 3.0 for MS-DOS

*** Auto Installation Driver ***

Follow these steps to install jmnd.dos for Microsoft Network Client for DOS

1.  Start to install Microsoft Network Client.
2.  select "Network adapter not shown on list below ...".
3.  Enter the path where the files jmnd.dos and
    oemsetup.inf are located.
4.  Select "JMicron(R) Gigabit/Fast Ethernet Controller".
5.  Answer the questions as your need.
6.  Finish the installation.


*** Manual Add Driver ***

You can modify protocol.ini to add jmnd.dos.

	[JM$JMND]
	DriverName=JMND$

*** Manual Configuration ***

Find a sample protocol.ini and system.ini 

Sample system.ini:
	
	[network]
	sizworkbuf=1498
	filesharing=no
	printsharing=no
	autologon=yes
	computername=JJ
	lanroot=C:\NET
	username=JJ
	workgroup=WORKGROUP
	reconnect=yes
	dospophotkey=N
	lmlogon=0
	logondomain=WORKGROUP
	preferredredir=full
	autostart=full
	maxconnections=8
	
	[network drivers]
	netcard=JMND.dos
	transport=ndishlp.sys,*netbeui,tcpdrv.dos,nemm.dos
	devdir=C:\NET
	LoadRMDrivers=yes
	
	[386enh]
	TimerCriticalSection=5000
	UniqueDosPSP=TRUE
	PSPIncrement=2
	
	[Password Lists]
	*Shares=C:\NET\Shares.PWL
	
	
	
Sample protocol.ini:
	
	[network.setup]
	version=0x3110
	netcard=JM$JMND,1,JM$JMND,1
	transport=ms$nwlink,MS$NWLINK
	transport=ms$ndishlp,MS$NDISHLP
	transport=ms$netbeui,MS$NETBEUI
	transport=tcpip,TCPIP
	lana0=JM$JMND,1,ms$nwlink
	lana1=JM$JMND,1,ms$ndishlp
	lana2=JM$JMND,1,ms$netbeui
	lana3=JM$JMND,1,tcpip
	
	[TCPIP]
	NBSessions=6
	SubNetMask0=255 0 0 0
	IPAddress0=0 0 0 0
	DisableDHCP=0
	DriverName=TCPIP$
	BINDINGS=JM$JMND
	LANABASE=2
	[MS$NWLINK]
	FRAME=ETHERNET_802.2
	DriverName=nwlink$
	BINDINGS=JM$JMND
	
	[protman]
	DriverName=PROTMAN$
	PRIORITY=MS$NDISHLP
	
	[JM$JMND]
	DriverName=JMND$
	
	[MS$NDISHLP]
	DriverName=ndishlp$
	BINDINGS=JM$JMND
	
	[MS$NETBEUI]
	DriverName=netbeui$
	SESSIONS=10
	NCBS=12
	BINDINGS=JM$JMND
	LANABASE=1
	