home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 2 / ctrom_ii_b.zip / ctrom_ii_b / PROGRAM / C / FS191 / XSPAWN33 / README.DOC < prev    next >
Text File  |  1991-05-04  |  2KB  |  51 lines

  1.  
  2.         XSPAWN, Version 1.33
  3.         Saturday May 4, 1991
  4.  
  5.  
  6.         List of Files
  7.         -------------
  8.         README.DOC      this file
  9.         LICENSE.DOC     Whitney Software, Inc. license agreement
  10.         MANUAL.DOC      manual
  11.  
  12.         DEMO.EXE        run MM.COM with and without swap
  13.         DEMO.C          DEMO.EXE source
  14.         MM.COM          display largest executable program size
  15.         MP.COM          list parent's captured interrupts
  16.  
  17.         XSPAWN.H        include in your program
  18.  
  19.         XSPAWNP.H       XSPAWN source
  20.         XSPAWN.ASM      XSPAWN source
  21.         XSPAWNL.C       XSPAWN source
  22.         XSPAWNLE.C      XSPAWN source
  23.         XSPAWNLP.C      XSPAWN source
  24.         XSPAWNV.C       XSPAWN source
  25.         XSPAWNVE.C      XSPAWN source
  26.         XSPAWNVP.C      XSPAWN source
  27.         XSPWNLPE.C      XSPAWN source
  28.         XSPWNVPE.C      XSPAWN source
  29.         XSYSTEM.C       XSPAWN source
  30.  
  31.         XMSC.BAT        create Microsoft C 6.0 libraries
  32.         XMSC5.BAT       create Microsoft C 5.0 and 5.1 libraries
  33.         XMSC4.BAT       create Microsoft C 4.0 libraries
  34.         XTCPP.BAT       create Turbo C++ libraries
  35.         XTC.BAT         create Turbo C libraries
  36.         XLATTICE.BAT    create Lattice C libraries
  37.  
  38.         MM.ASM          MM.COM source
  39.         MP.ASM          MP.COM source
  40.  
  41.  
  42.         History
  43.         -------
  44.         In XSPAWN version 1.33, FHTSZ (in the file XSPAWN.ASM) is only
  45.         compared to the file handle table size field in the PSP (program
  46.         segment prefix) if FHTSZ is greater than 20.  This was modified
  47.         because the file handle table size field in the PSP is not present in
  48.         DOS version 2.1 and there is no need to do the comparison unless
  49.         FHTSZ is greater than 20.  (See the section "File Handle Table Size"
  50.         in the manual for more information about FHTSZ.)
  51.