home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / TEXT / N7TIPS.ZIP / 1014110.TXT next >
Text File  |  1994-03-04  |  9KB  |  264 lines

  1.  
  2.  
  3.               NOVELL TECHNICAL INFORMATION DOCUMENT
  4.  
  5. TITLE:              Configuration Optimization for 80286 Machines
  6. DOCUMENT ID:        014910
  7. DOCUMENT REVISION:  A
  8. DATE:               15FEB94
  9. ALERT STATUS:       Yellow
  10. INFORMATION TYPE:   Issue
  11. README FOR:         NA
  12.  
  13. NOVELL PRODUCT and VERSION:
  14. Novell DOS 7
  15.  
  16. ABSTRACT:
  17.  
  18. This document explains how to maximize Novell DOS 7.0
  19. configurations for 80286 computers.
  20.  
  21. ------------------------------------------------------------------
  22. DISCLAIMER
  23. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO
  24. NOVELL.  NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY
  25. THIS INFORMATION.  HOWEVER, THE INFORMATION PROVIDED IN THIS
  26. DOCUMENT IS FOR YOUR INFORMATION ONLY.  NOVELL MAKES NO EXPLICIT
  27. OR IMPLIED CLAIMS TO THE VALIDITY OF THIS INFORMATION.
  28. ------------------------------------------------------------------
  29.  
  30. ISSUE
  31.  
  32.      Novell DOS 7.0 has been written to take advantage of the 386
  33.      and 486 PC.  If the user chooses to run Novell DOS 7.0 on a
  34.      286 PC, the following configurations would assist in
  35.      achieving the optimum setup.  However, the user may find a
  36.      significantly less amount of Conventional Memory available
  37.      for applications.  This is due to the size of Novell DOS 7.0
  38.      and the limitations of the 286 PC architecture.
  39.  
  40.      These are some sample configuration files for AT compatible
  41.      computers.  The following configurations offer basic
  42.      guidelines to give the user ideas on what can be done with
  43.      Novell DOS 7.  Configurations may need to be adjusted
  44.      according to the requirements of the computer hardware and
  45.      software.
  46.  
  47.  
  48.      AT Computers 640 KB (ONLY)
  49.  
  50.      CONFIG.SYS
  51.           SHELL=C:\COMMAND.COM C:\ /E:256 /P
  52.           BREAK=ON
  53.           BUFFERS=20
  54.           FILES=30
  55.           FCBS=4,4
  56.           FASTOPEN=256
  57.           HISTORY=ON, 256, ON
  58.  
  59.      AUTOEXEC.BAT
  60.           @ECHO OFF
  61.           :NWDOSBEG
  62.           PATH C:\;C:\NWDOS;C:\NWDOS\NWCLIENT;
  63.           VERIFY OFF
  64.  
  65.           PROMPT [NWDOS] $P$G
  66.           ?"Load Personal NetWare (Y/N)?" call STARTNET.BAT
  67.           ?"Enable DelWatch TSR (Y/N)?" DELWATCH C: /F:200
  68.           :NWDOSEND
  69.  
  70.      These files will setup an AT-type computer to use the
  71.      following Novell DOS 7.0 features:
  72.  
  73.      The DELWATCH command is a 5 KB TSR loaded that keeps track
  74.      of deleted files.  The options indicate that the C: drive
  75.      will be watched and no more than 200 deletions will be
  76.      tracked.
  77.  
  78.      Depending on the configuration, this PC/AT could be used for
  79.      other "light-duty" services on networks, and so forth. 
  80.      Consequently, other drivers can be implemented, which will
  81.      result in reducing the amount of memory available for
  82.      applications.
  83.  
  84.  
  85.      PC/AT or 286 Based Computers with 640 KB and LIM 4.0
  86.      Expansion Boards
  87.  
  88.      CONFIG.SYS
  89.           SHELL=C:\COMMAND.COM C:\ /E:256 /P
  90.           BREAK=ON
  91.           BUFFERS=20
  92.           FILES=30
  93.           FCBS=4,4
  94.           FASTOPEN=256
  95.           HISTORY=ON, 256, ON
  96.           DEVICE=REMM.SYS
  97.           ?"Do not use LIM (y/n)?
  98.           "DEVICE=C:\NWDOS\HIMEM.SYS/C=EMSALL?"Use LIM (y/n)?
  99.           "DEVICE=C:\NWDOS\HIMEM.SYS/C=EMSUMB
  100.  
  101.      AUTOEXEC.BAT
  102.           @ECHO OFF
  103.           :NWDOSBEG
  104.           PATH C:\;C:\NWDOS;C:\NWDOS\NWCLIENT
  105.           VERIFY OFF
  106.           PROMPT [NWDOS] $P$G
  107.           ?"Load Personal NetWare (Y/N)?" call STARTNET.BAT
  108.           ?"Enable DelWatch TSR (Y/N)?" DELWATCH C: /F:200
  109.           :NWDOSEND
  110.  
  111.      The LIM 4.0 Expansion Board will come with a device driver
  112.      that enables it to work and function with DOS applications. 
  113.      The device driver that the memory expansion board comes with
  114.      could be named REMM.SYS.  Please read your memory
  115.      expansion-board's documentation for the location and name of
  116.      the driver that enables that memory. If the board's driver
  117.      is named differently, replace the REMM.SYS file in the
  118.      configuration file with the driver named for your LIM board.
  119.  
  120.      The other switches, /CHIPSET=EMSALL or EMSUMB, allow all the
  121.      Upper Memory to be used for the operating system's purpose
  122.      or allow an EMS (LIM) page frame as well as an extra portion
  123.      of upper memory for the operating system's use.
  124.  
  125.  
  126.      As stated earlier, the EMS memory manager and the LIM
  127.      hardware must meet the LIM 4.0 specification to work
  128.      properly.
  129.  
  130.  
  131.      PC/AT or 286 Based Computers with 1 MB and LIM 4.0 Expansion
  132.      Boards
  133.  
  134.      CONFIG.SYS
  135.           SHELL=C:\COMMAND.COM C:\ /E:256 /P
  136.           BREAK=ON
  137.           BUFFERS=20
  138.           FILES=30
  139.           FCBS=4,4
  140.           FASTOPEN=256
  141.           HISTORY=ON, 256, ON
  142.           DEVICE=REMM.SYS
  143.           ?"Do not use LIM (y/n)? "DEVICE=C:\NWDOS\HIMEM.SYS
  144.           /C=EMSALL
  145.           ?"Use LIM (y/n)? "DEVICE=C:\NWDOS\HIMEM.SYS
  146.           /C=EMSUMBDOS=HIGH
  147.  
  148.      AUTOEXEC.BAT
  149.           @ECHO OFF
  150.           :NWDOSBEG
  151.           PATH C:\;C:\NWDOS;C:\NWDOS\NWCLIENT
  152.           VERIFY OFF
  153.           PROMPT [NWDOS] $P$G
  154.           ?"Load Personal NetWare (Y/N)?" call STARTNET.BAT
  155.           ?"Enable DelWatch TSR (Y/N)?" DELWATCH C: /F:200
  156.           :NWDOSEND
  157.  
  158.      This basic setup is similar to an AT machine with 640 KB
  159.      except for the DOS=HIGH.  An AT machine with 1 MB RAM will
  160.      have 384 KB  of extended memory.  This 384 KB will be
  161.      addressed beginning at FFFF not A000 (640 decimal), as you
  162.      might assume.  Because the beginning address is FFFF,
  163.      DOS=HIGH can make use of the High Memory Area (HMA) to
  164.      relocate the Novell DOS kernel and data structures.  This
  165.      has the added benefit of permitting the more efficient use
  166.      of Upper Memory for TSRs.  Briefly, up to 192 KB of memory
  167.      can be used outside conventional memory.
  168.  
  169.  
  170.      286-Based Computer with Special Chipsets and Extended Memory
  171.  
  172.      CONFIG.SYS
  173.           SHELL=C:\COMMAND.COM C:\ /E:256 /P
  174.           BREAK=ON
  175.           BUFFERS=20
  176.           FILES=30
  177.           FCBS=4,4
  178.           FASTOPEN=256
  179.           HISTORY=ON, 256, ON
  180.           DEVICE=REMM.SYS
  181.           ?"Load Memory Manager (y/n)? "DEVICE=C:\NWDOS\HIMEM.SYS
  182.           /C=AUTO
  183.           DOS=HIGH
  184.  
  185.  
  186.      AUTOEXEC.BAT
  187.           @ECHO OFF
  188.           :NWDOSBEG
  189.           PATH C:\;C:\NWDOS;C:\NWDOS\NWCLIENT
  190.           VERIFY OFF
  191.           PROMPT [NWDOS] $P$G
  192.           ?"Load Personal NetWare (Y/N)?" call STARTNET.BAT
  193.           ?"Enable DelWatch TSR (Y/N)?" DELWATCH C: /F:200
  194.           :NWDOSEND
  195.  
  196.      These files can be used if your 286/AT machine has been
  197.      manufactured with special memory mapping chips that offer
  198.      control of certain memory functions.  These systems offer
  199.      favorable Upper Memory support for Novell DOS's memory
  200.      management software to enable and use Upper Memory for TSRs
  201.      and device drivers.  Shadowing should be enabled in the
  202.      computer's CMOS to support the creation of upper memory by
  203.      Novell DOS 7.  The important line in the example above is
  204.      the driver HIMEM.SYS.  This allows the operating system to
  205.      determine the type of chipset within the 286/AT machine and
  206.      enable Upper Memory.  The DOS=HIGH will relocate the
  207.      operating system into High Memory.
  208.  
  209.      The valid switch options for HIMEM.SYS /CHIPSET= are the
  210.      following:
  211.  
  212.      EMSALL    These switches are for XT and AT machines with LIM
  213.                4.0 hardware and drivers.
  214.      or   
  215.      EMSUMB
  216.  
  217.      NEAT      This switch is for 286 machines with Chips and
  218.                Technologies NEAT, NEATsx, LeAPSet, or LeAPSetsx
  219.  
  220.      SCAT      This switch is for 286 machines with Chips and
  221.                Technologies SCAT chipset.
  222.  
  223.      RAM       This switch is for permanent Upper Memory.  It
  224.                must be used with the /USE option on the HIMEM.SYS
  225.                driver.
  226.  
  227.      NONE      This switch is for instructing the HIMEM.SYS file
  228.                not to use Shadow RAM.
  229.  
  230.      AUTO      This switch is for the AUTO detection of chipset
  231.                installed.
  232.  
  233.  
  234.      286-Based Computer with Extended Memory Running Windows 3.1
  235.  
  236.      CONFIG.SYS
  237.           SHELL=C:\COMMAND.COM C:\ /E:256 /P
  238.           BREAK=ON
  239.           BUFFERS=30
  240.           FILES=40
  241.           FCBS=4,4
  242.           FASTOPEN=256
  243.           HISTORY=ON, 256, ON
  244.           ?"Load Memory Manager (y/n)? "DEVICE=C:\NWDOS\HIMEM.SYS
  245.           DOS=HIGH
  246.  
  247.  
  248.      AUTOEXEC.BAT
  249.           @ECHO OFF
  250.           :NWDOSBEG
  251.           PATH C:\;C:\NWDOS;C:\NWDOS\NWCLIENT
  252.           VERIFY OFF
  253.           SET TEMP=c:\temp
  254.           MKDIR %TEMP% >NUL
  255.           PROMPT [NWDOS] $P$G
  256.           ?"Load Personal NetWare (Y/N)?" call STARTNET.BAT
  257.           ?"Enable DelWatch TSR (Y/N)?" DELWATCH C: /F:200
  258.           :NWDOSEND
  259.  
  260.      Microsoft Windows 3.1 requires at least 384 KB of available
  261.      XMS (Extended Memory Specification) memory.  If enough
  262.      extended memory is on the computer, adding a cache such as
  263.      NWCACHE can improve Windows performance.
  264.