home *** CD-ROM | disk | FTP | other *** search
- /nof
- June 18, 1986 Number
- 139
-
- Title: Advanced NetWare 2.0a Shell Patches
-
- Advanced NetWare 2.0a Shell Object File
-
- A problem has been found in the version 2.0a workstation shell.
- The problem starts when a critical error is generated by the shell.
- A critical error message is indicated when the shell generates an
- error and prompts the user with an "ABORT OR RETRY" option. By
- responding with anything other than an abort, the header section of
- the shell becomes corrupted. Once the shell has become corrupted,
- problems may occur such as files being left open as well as other
- related problems.
-
- Patch
-
- This problem is corrected by performing the following patch to your
- shell object files. Using your DOS DEBUG make the following patch
- to your DOS 3.x and 2.x objects. They are named ANET3.OBJ and
- ANET2.OBJ respectively and are found on your gensh-2 diskette.
- Make sure that you have a copy of your original.
-
- Your DOS 3.x object is patched as follows. All underscored
- letters and characters and carriage returns are entered by the
- operator.
-
- DEBUG ANET3.OBJ <CR>
-
- -E1BBB
-
- xxxx:1BBB 0E.26<CR>
-
- -E1E0A <CR>
-
- xxxx:1E0A A8.90 <CR>
-
- -W
-
- Writing xxxx bytes
-
- -Q
-
- Your DOS 2.x object is patch as follows:
-
- DEBUG ANET2.OBJ <CR>
-
- -E1A89
-
- xxxx:1A89 0E.26<CR>
-
- -E1D90
-
- xxxx:1D90 08.F0<CR>
-
- -W
-
- Writing xxxx bytes
-
- -Q
-
- Advanced NetWare 2.0a (regular) NIC Shell Object File
-
- The following is the patch needed for the 2.0a NOVELL NIC
- SHELL,
- to run on both a 6 MHz AT and an 8 MHz AT. This is done by
- patching the SHELLDRV.OBJ file in the "STAR" directory on a
- working copy of your gensh-1 diskette.
-
- DEBUG SHELLDRV.OBJ <CR>
-
- -D9F4 <CR>
-
- xxxx:30.10 <CR>
-
- -W <CR>
-
- Writing xxxx bytes
-
- -Q <CR>
-
- It is necessary to re-link your shell again once these patches are
- made.
- /for