Interrups | Categories | Contents |
CL = 90h DS:DX -> process descriptor in calling process' system memory area (see #04026)
Return:
AX = status
Notes: This call can create more than one process if the specied process descriptor's link (next-process) field is nonzero. All reserved and unused fields in the process descriptor should be filled with zeros; passing an invalid descriptor or pointer may crash the system because the descriptor is not checked by the OS. The newly-created process(es) is always a native process, which can not make DOS calls
See Also: INT E0/CL=8Fh
Category: Other Operating Systems - Int E0h - R
Interrups | Categories | Contents |