home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / OS2NB.ZIP / NETBIOS.TXT < prev    next >
Text File  |  1990-01-24  |  2KB  |  30 lines

  1. A new version of NETBIOS.SYS has been written for workstations
  2. running OS/2 and the NetWare Requester for OS/2.  This new
  3. NETBIOS.SYS corrects these problems:
  4.  
  5. 1)  There were some problems with accessing application memory
  6. and semaphores in the NetBIOS emulator while servicing
  7. interrupts.  This resulted in a system trap under some
  8. circumstances, usually when swapping was occurring.  This
  9. revision fixes the problems.
  10.  
  11. 2)  The OS/2 specification for NetBIOS says that permanent names
  12. are not allowed when NetBIOS is opened in "regular mode".
  13. Microsoft has since eliminated the restriction in LAN Manager,
  14. but has not published the change.  The problem was discovered
  15. while testing Lotus Notes.  This new verison now allows
  16. unrestricted use of permanent names, which solved the problem.
  17.  
  18. 3)  It was not possible to get more than 6 NetBIOS sessions
  19. without using the Adapter Reset call.  The reason for this is
  20. that specifying the number of sessions with "Sessions Count = n"
  21. in NET.CFG changed only the size of the internal session table
  22. and buffers, but didn't change the number of sessions available.
  23. In order to change the number of sessions available, you had to
  24. perform an adapter reset.  The work-around for this has been the
  25. NBRESET.EXE, which performs the adapter reset.  This new version
  26. of NetBIOS.SYS corrects this problem so that NBRESET.EXE no
  27. longer needs to be run in order to get more than 6 NetBIOS
  28. sessions.  Of course, you must still specify Sessions Count = n
  29. (default 32, maximum 128) in your NET.CFG file.
  30.