home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / windows / edos / oversize.txt < prev    next >
Text File  |  1994-05-30  |  4KB  |  88 lines

  1. Trouble Shooting the oversize session system.
  2.  
  3. There are 4 switches in system.ini, [edos] section that control
  4. the oversize sessions.
  5.  
  6. EDOS704KPlus
  7. EDOS640KPlus
  8. EDOSReserveB0
  9. EDOSInt10Hook
  10.  
  11. In order for the oversize sessions to work, there must be no "memory sandbars" 
  12. near the 640K boundary(A000 hex). This means that if you get messages or 
  13. warnings that you do not have 640k on the machine before starting Windows you 
  14. will NOT be able to use the overize sessions.
  15.  
  16. Reasons for not having 640k:
  17. PS-2 MCA machine, that uses an EBIOS. Fix using DOS 6.x. Disk drives that use 
  18. a memory block near 640k. Any machine that has software that tries to use memory
  19. near 640k, is usually treated as if it had an EBIOS. (EBIOS stands for Extended 
  20. BIOS data area).
  21.  
  22. 640K memory boundary problems must be solved first. The EBIOS can sometimes 
  23. be moved by using the DOS 6.x feature that moves EBIOS into the UMB's(upper 
  24. memory blocks). Use the HIGHSCAN switch with EMM386, in config.sys. If using
  25. the HIGHSCAN switch make sure that "nomovexbda" is NOT being used.
  26.  
  27. Assuming that there are no 640k sandbars, the 704K icon should work. If it does 
  28. not, try "DOSMEM /p", in the 640K icon session. If that works the problem is in the 
  29. !DOSMEM!.COM program that the 704K icon runs. This may not be fixable. Notify 
  30. EDOS tech support.
  31.  
  32. If the DOSMEM /p, command works use it.
  33.  
  34. The 736K session uses the address space from A000-AFFF hex and the space 
  35. from B000-B7FF. Graphics mode applications will NOT run in the oversize 
  36. sessions, because the graphics display system uses the area from A000-AFFF 
  37. hex. It is NOT POSSIBLE to do both at the same time.
  38.  
  39. About 1/2 of EDOS users will have trouble with the 736K session. Many memory 
  40. managers use the address space from B000-B7FF for their own purposes. Unless 
  41. you are prepared to steal it away from them,  the 736K session will not work.
  42.  
  43. In order to have the extra 96K, the area from B000-B7FF must be excluded from 
  44. use by the memory manager in use before Windows starts. Typically this is done by 
  45. "X=B000-B7FF" on the memory manager line. Example: EMM386 X=B000-B7FF.
  46. If there is an "I=B000-B7FF", change the "I", to an "X". Multiple X's and I's are 
  47. allowed on the line(Where "X" = exclude, and "I" = include).
  48. Once these things are ALL correctly configured, if the 736K session will still not run, 
  49. try the following: In a 640K session, "DOSMEM /x", followed by a second line  
  50. command: "DOSMEM 96".  If this works then the problem is in !DOSMEM!.COM, 
  51. contact EDOS tech support. If none of this works, try toggling the 
  52. "EDOSReserveB0" switch in system.ini, [edos] section. The default is 1 or True, try 
  53. changing it to 0 or False.
  54.  
  55. Then try the tests for the 736K session again.
  56.  
  57.  
  58. Start a DOS session and make the session Windowed by Alt-Enter. Click on the 
  59. HELP at the right corner. Select the oversize menu item. Also, examine the  
  60. DIAGNOSTICS/Oversize menu item, for state information.
  61.  
  62.  
  63. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  64. Machines without 640K at Windows startup.
  65. Although not likely, a couple of users have reported finding a virus
  66. as the cause of their not having 640K.
  67. Some Disk drives like the older DPT SCSI controller use address space
  68. at 640K. DPT has a device driver that will move this material into
  69. the UMB's.
  70.  
  71.        ------------ CMOS Setup Problems   --------------------------
  72. Most PC Clones, with Phoenix or AMI BIOS's have a CMOS SETUP option for
  73. choosing the scatch BIOS data area. The question usually reads choose:
  74. 1. Bios Data at 30:0 hex.
  75. 2. 1K Bios Data area.
  76.  
  77. Choosing #2 will result in the BIOS data area being located at just
  78. below A000. If at all possible you should change this to choice #1.
  79.  
  80. In some cases the choice is described as Hard Disk Ram area:
  81. 1. 0:300
  82. 2. 1KB
  83.  
  84. The explanation says that data area is need if Shadow ram is disabled,
  85. data area is needed, choose #1 or #1. The choice needed for oversize
  86. sessions is #1.
  87.  
  88.