home *** CD-ROM | disk | FTP | other *** search
-
- XSPAWN, Version 1.33
- Saturday May 4, 1991
-
-
- List of Files
- -------------
- README.DOC this file
- LICENSE.DOC Whitney Software, Inc. license agreement
- MANUAL.DOC manual
-
- DEMO.EXE run MM.COM with and without swap
- DEMO.C DEMO.EXE source
- MM.COM display largest executable program size
- MP.COM list parent's captured interrupts
-
- XSPAWN.H include in your program
-
- XSPAWNP.H XSPAWN source
- XSPAWN.ASM XSPAWN source
- XSPAWNL.C XSPAWN source
- XSPAWNLE.C XSPAWN source
- XSPAWNLP.C XSPAWN source
- XSPAWNV.C XSPAWN source
- XSPAWNVE.C XSPAWN source
- XSPAWNVP.C XSPAWN source
- XSPWNLPE.C XSPAWN source
- XSPWNVPE.C XSPAWN source
- XSYSTEM.C XSPAWN source
-
- XMSC.BAT create Microsoft C 6.0 libraries
- XMSC5.BAT create Microsoft C 5.0 and 5.1 libraries
- XMSC4.BAT create Microsoft C 4.0 libraries
- XTCPP.BAT create Turbo C++ libraries
- XTC.BAT create Turbo C libraries
- XLATTICE.BAT create Lattice C libraries
-
- MM.ASM MM.COM source
- MP.ASM MP.COM source
-
-
- History
- -------
- In XSPAWN version 1.33, FHTSZ (in the file XSPAWN.ASM) is only
- compared to the file handle table size field in the PSP (program
- segment prefix) if FHTSZ is greater than 20. This was modified
- because the file handle table size field in the PSP is not present in
- DOS version 2.1 and there is no need to do the comparison unless
- FHTSZ is greater than 20. (See the section "File Handle Table Size"
- in the manual for more information about FHTSZ.)