Ref: 07000017
Title: 3Station Driver Parameters
Date: 07/29/88

Copyright 3Com Corporation, 1991.  All rights reserved.

What is the /v parameter for in 3Station.sys?  I know the /k disables
the extended keyboard buffer.  Are there other parameters for this
driver?

--The /v disables some code we had to move into page C of
Network memory so that all applications would recognize
that they were running on an EGA. You would only use this
option if you had a monochrome monitor.

What values can the /v parameter in Emsim.sys have?  I typically see 128
but a customer put in 256 and then his 'Available Extended memory' and
'Simulated Expanded memory' showed 0K when booting the 3Station.
Are there other parameters for this driver besides E, D, A and 0-9?

--The /v parameter is for the amount of memory that your RAM
disk is USING (VDisk.sys or RAMDrive.sys). In the above
example where the customer put 256 for the /v parameter
says, Vdisk is using all of the extended memory available
(a 3Station only has 256K of extended memory unless they
get a memory upgrade). Here at 3Com MIS has setup the
3Station start volumes to have 128K of RAM disk and 128K of
simulated expanded memory. For this configuration your
config.sys lines would be:

      Device = VDisk.sys 128 /e
      Device = EMSim.sys /v=128

If the user wants all "extended" memory to be simulated
"Expanded" memory you would not load vidsk.sys and your
config.sys line would just be:

      Device = EMSim.sys

