home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0200.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.9 KB  |  43 lines

  1. Hi Folks,
  2.  
  3. Executor/DOS 1.99j has major problems on some machines.  There appear
  4. to actually be at least two causes of trouble.
  5.  
  6. One problem is the new memory autodetection code can cause problems.
  7. You can get around this bug by always specifying "-applzone" (note,
  8. there is no "e" between the "l" and "z", because it stands for
  9. Application Zone, not Apple Computer Zone) option.
  10.  
  11.     executor -applzone 4096
  12.  
  13. will dedicate 4 MB to a section of memory that your programs will see
  14. as the amount of memory the "Mac" on which they're running has
  15. allocated for them.  (Internally, we'll use more than 4 MB, because we
  16. also have to have memory for our synthetic CPU, the graphics routines,
  17. translation space, misc.  buffers, and so on).  We're looking into
  18. what circumstances cause our new autodetect code to fail.
  19.  
  20. If that workaround doesn't help you, you may find that running
  21. Executor from a DOS shell under Windows will help you.  Something we
  22. are doing around the time when we're checking out which disks you have
  23. on your machine appears to have difficulties with "cwsdpmi" the free
  24. DPMI provider that we're using.  If you run under Windows, you get
  25. Windows as a DPMI provider and the bug does not appear.  We're working
  26. with cws to find out whether it's a cwsdpmi bug or whether it's our
  27. bug that just happens to only show up under cwsdpmi.
  28.  
  29. I apologize for the inconvenience.  I personally spent many hours
  30. testing E/D 1.99j before shipping it off and making the announcement.
  31. However, I didn't turn a copy over to Vaune Fischer, our wonderful
  32. technical support person, because it seemed to work so well and I knew
  33. that we desperately needed a 1.99h replacement.  One of the machines I
  34. normally do testing on over here is away being repaired and another
  35. one was in the process of getting groomed to be our FTP/WWW server.
  36. It's always something.
  37.  
  38. I'll send more e-mail as we make progress.
  39.  
  40.     --Cliff
  41.     ctm@ardi.com
  42.  
  43.