Skip to Content
Design and Implementation of the FreeBSD Operating System, 2nd Edition
book

Design and Implementation of the FreeBSD Operating System, 2nd Edition

by Marshall Kirk McKusick, George V. Neville-Neil, Robert N.M. Watson
September 2014
Intermediate to advanced
928 pages
31h 47m
English
Addison-Wesley Professional
Content preview from Design and Implementation of the FreeBSD Operating System, 2nd Edition

Chapter 4. Process Management

4.1 Introduction to Process Management

A process is a program in execution. A process has an address space containing a mapping of its program’s object code and global variables. It also has a set of kernel resources that it can name and on which it can operate using system calls. These resources include its credentials, signal state, and its descriptor array that gives it access to files, pipes, sockets, and devices. Each process has at least one and possibly many threads that execute its code. Every thread represents a virtual processor with a full context worth of register state and its own stack mapped into the address space. Every thread running in the process has a corresponding kernel thread, with its own ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Design and Implementation of the FreeBSD Operating System, The

Design and Implementation of the FreeBSD Operating System, The

Marshall Kirk McKusick, George V. Neville-Neil

Publisher Resources

ISBN: 9780133761825Purchase book