KnowledgeBase Archive

An Archive of Early Microsoft KnowledgeBase Articles

View on GitHub

Q38191: P_NOWAIT Is Not Implemented in DOS Version 4.00

Article: Q38191
Product(s): See article
Version(s): 5.00   | 5.10
Operating System(s): MS-DOS | OS/2
Keyword(s): ENDUSER | | mspl13_c
Last Modified: 18-NOV-1988

The include file process.h states that P_NOWAIT is enabled in DOS
Version 4.00. This is incorrect. P_NOWAIT is NOT enabled in the
current version of DOS Version 4.00. P_NOWAIT is a modeflag as used in
SPAWNxx functions. P_NOWAIT is used to continue executing the parent
process concurrently with the child process. P_NOWAIT is implemented in
OS/2.

Original DOS Version 4.00 was a multitasking, real-mode only MS-DOS.
The limitations of the real-mode environment made DOS Version 4.00 a
specialized product. Although MS-DOS Version 4.00 supports full preemtive
multitasking, system memory is limited to the 640 kilobytes available
in real mode. This means that all processes have to fit into the
single 640-kilobyte memory area. Because of these restrictions, MS-DOS
Version 4.00 was not intended for general release, but as a platform
for specific OEMs to support extended architectures. Therefore, MS-DOS
Version 4.00 was released as a special OEM product only.

THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Copyright Microsoft Corporation 1986-2002.