Process API

This lesson briefly discusses the APIs of a process that are available in an operating system.

Though we defer discussion of a real process API until a subsequent chapter, here we first give some idea of what must be included in any interface of an operating system. These APIs, in some form, are available on any modern operating system.

Create

An operating system ...