home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / xld386.exe / XLD386.TXT < prev    next >
Text File  |  1993-09-17  |  4KB  |  84 lines

  1.  
  2.               NOVELL TECHNICAL INFORMATION DOCUMENT
  3.  
  4. TITLE:              Loader Replacement for SERVER.EXE
  5. DOCUMENT ID:        TID000449
  6. DOCUMENT REVISION:  A
  7. DATE:               01JUL93
  8. ALERT STATUS:       Yellow
  9. INFORMATION TYPE:   Symptom Solution
  10. README FOR:         XLD386.EXE
  11.  
  12. NOVELL PRODUCT and VERSION:
  13. NetWare 3.11
  14.  
  15. ABSTRACT:
  16. The XLOAD.EXE file is a utility that replaces a section of the NetWare 386
  17. SERVER.EXE file known as the loader. The loader is a section of the
  18. operating system that contains hardware dependent code.  It is this piece
  19. of code that is responsible for much of the initialization that occurs when
  20. NetWare 386 is first executed.
  21. _________________________________________________________________
  22.  
  23. DISCLAIMER
  24. THE ORIGIN OF THIS INFORMATION MAY BE INTERNAL OR EXTERNAL TO NOVELL. 
  25. NOVELL MAKES EVERY EFFORT WITHIN ITS MEANS TO VERIFY THIS INFORMATION. 
  26. HOWEVER, THE INFORMATION PROVIDED IN THIS DOCUMENT IS FOR YOUR INFORMATION
  27. ONLY.  NOVELL MAKES NO EXPLICIT OR IMPLIED CLAIMS TO THE VALIDITY OF THIS
  28. INFORMATION.
  29. _________________________________________________________________
  30.  
  31. Self-Extracting File Name:  XLD386.EXE
  32.  
  33. Files Included     Size     Date        Time
  34.  
  35.   XLD386.TXT          (This File)
  36.   LDR001.PTF      52920   11-06-91      4:55p
  37.    XLOAD.EXE      13872    8-06-91      4:47p
  38.   LDR001.DOC       3200    7-06-92     11:00a
  39.  
  40.  
  41.                      README FOR XLOAD.EXE
  42. This utility is intended for NetWare 386 v3.11 (any-user version).
  43.  
  44. XLOAD.EXE is a utility which replaces a section of the NetWare 386
  45. SERVER.EXE file known as the loader. The loader is a section of the
  46. operating system that contains hardware dependent code. It is this piece of
  47. code that is responsible for much of the initialization that occurs when
  48. NetWare 386 is first executed.
  49.  
  50. Prior to the release of XLOAD, any fixes to the loader had to be done in
  51. the form of a static patch to the SERVER.EXE file. Now, fixes are made
  52. directly to the loader source code, and a new loader file is generated.
  53. XLOAD replaces the old loader with the new loader file containing all of
  54. the fixes. Subsequent fixes will be added to the most recent loader file,
  55. so that the latest released loader will contain all previous fixes, as well
  56. as any new fixes.
  57.  
  58. New loader files will have the following file name: LDRxxx.PTF, where xxx
  59. can be a number from 001 to 999. This number will begin with 001,
  60. representing the first fixed loader released. Subsequent loader files will
  61. increment this number. Since it contains all previous fixes, only the
  62. latest loader file will available from Novell at any given time.
  63.  
  64. Documentation for LDRxxx.PTF and what fixes are included are contained in
  65. LDR001.DOC included with this .EXE file.
  66.  
  67. The syntax for XLOAD is as follows:
  68.  
  69.              XLOAD loaderFileName [serverFileName]
  70.  
  71. where loaderFileName is the full path name of the LDRxxx.PTF file, and
  72. serverFileName is the full path name of the server file (default is
  73. SERVER.EXE). There must be at least 1 MB of free space in the same
  74. directory as the server file in order for XLOAD to operate correctly.
  75.  
  76. XLOAD will not directly modify the original server file; however, the
  77. extension of the original server file name will be changed to .OLD. Upon
  78. completion, two server files will exist in the destination directory. The
  79. new server file will have the same name as the original server file. It
  80. will have a different file size (since the loader size can be different),
  81. and will be stamped with the current date/time. The new server file will
  82. contain serialization information identical to the original server file.
  83.  
  84.