home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / unix / archive / emx / patches / patch01 < prev    next >
Encoding:
Text File  |  1993-01-19  |  1.9 KB  |  37 lines

  1. Subject: emx 0.8f patch #1: error in history.doc
  2.  
  3.  
  4. This patch removes a documentation error.
  5.  
  6. *** history.do~    Thu Jan 07 17:18:24 1993
  7. --- history.doc    Thu Jan 07 17:18:24 1993
  8. ***************
  9. *** 69,80 ****
  10.     changed, that is, the stack object is used for the stack.  Programs
  11.     that use emx.dll and are linked with LINK386 and need more stack
  12.     space than declared in the .EXE file and the stack size declared in
  13. !   the .EXE file is 16 KB or less, don't work with emx 0.8f and later.
  14. !   The default stack size (defined by emxomf) is 8 KB.  Therefore
  15. !   programs are unaffected unless they use more stack than declared by
  16. !   the STACKSIZE statement or the /STACK option of LINK386 or by the
  17. !   .STACK segment in an OBJ file and that stack size is 16 KB or
  18. !   smaller.  No real programs should be affected.  Note that the
  19.     (obsolete) Limited Availability release of OS/2 allocates space in
  20.     SWAPPER.DAT for all pages of the stack object.  Therefore, you
  21.     should use a stack size of 16 KB or smaller and the -mprobe option
  22. --- 69,80 ----
  23.     changed, that is, the stack object is used for the stack.  Programs
  24.     that use emx.dll and are linked with LINK386 and need more stack
  25.     space than declared in the .EXE file and the stack size declared in
  26. !   the .EXE file is greater than 16 KB, don't work with emx 0.8f and
  27. !   later.  The default stack size (defined by emxomf) is 8 KB.
  28. !   Therefore programs are unaffected unless they use more stack than
  29. !   declared by the STACKSIZE statement or the /STACK option of LINK386
  30. !   or by the .STACK segment in an OBJ file and that stack size is 16 KB
  31. !   or smaller.  No real programs should be affected.  Note that the
  32.     (obsolete) Limited Availability release of OS/2 allocates space in
  33.     SWAPPER.DAT for all pages of the stack object.  Therefore, you
  34.     should use a stack size of 16 KB or smaller and the -mprobe option
  35.  
  36. Eberhard Mattes (mattes@azu.informatik.uni-stuttgart.de)
  37.