home *** CD-ROM | disk | FTP | other *** search
/ Black Box 4 / BlackBox.cdr / textinfo / drtips.arj / 1609.TXT < prev    next >
Encoding:
Text File  |  1991-11-26  |  2.5 KB  |  54 lines

  1. Document 1609
  2. Applications that Check the DOS Version Number
  3.  
  4. Initials:
  5.         11/26/91
  6.         DRDOS 6.0
  7.  
  8. Keywords:
  9.         COMPAQ
  10.         3.31
  11.     
  12. Description:
  13.  
  14. The DR DOS 6.0 Version Numbers
  15.  
  16. A few applications and device drivers have been encountered which,  
  17. when loading under the DR DOS 6.0 operating system, display an error  
  18. message that states the current version of operating system is not  
  19. supported. This can occur for several reasons, which are outlined  
  20. below.
  21.  
  22. Device drivers for disk drives or networks are sometimes produced  
  23. for specific versions of DOS or occasionally will use specific configurations  
  24. for different versions of DOS. The DR DOS 6.0 operating system will  
  25. appear to be COMPAQ DOS 3.31 to applications and drivers. Usually,  
  26. a DOS 3.3 driver works properly. If you have been running previously  
  27. with MS/PC DOS 4.x, the driver that you have been using might be designed  
  28. specifically for that version. Contact the manufacturer of the driver  
  29. to see if they have any specific configuration information or drivers  
  30. for DOS 3.3x.
  31.  
  32. When applications request the DOS version number from the operating  
  33. system, the DR DOS 6.0 operating system returns version 3.31. The  
  34. application then knows that it should expect support for DOS 3.3-level  
  35. calls and support for larger than 32 Mbyte partitions using the COMPAQ  
  36. Extended Interrupt 25 and 26 convention. Most applications do follow  
  37. these conventions and therefore work without any difficulty. 
  38.  
  39. However, some applications have been designed to go beyond those conventions  
  40. and actually attempt to directly manipulate DOS data structures or  
  41. replace sections of the operating system code with their own. These  
  42. applications depend on having intimate knowledge of each DOS version  
  43. they detect and have been written to react differently for each of  
  44. those versions. If an application uses this type of technique, the  
  45. manufacturer will have to design the application to take the DR DOS  
  46. 6.0 operating system into account as well. It is possible that the  
  47. manufacturer has already produced another version of your application  
  48. that runs under the DR DOS 6.0 operating system. Contact the manufacturer  
  49. to see if there is any information about upgrades or specific configuration  
  50. steps for the DR DOS 6.0 operating system. If the manufacturer is  
  51. interested in more information about the DR DOS 6.0 operating system,  
  52. they are welcome to contact Digital Research Inc. directly and we  
  53. will work with them on the situation.
  54.