Expand description
Process creation and setup
Handles creating new processes from scratch and replacing process images via the exec system call. Includes argument/environment stack setup for newly executed programs.
Structs§
- Process
Create Options - Process creation options
Constants§
- DEFAULT_
KERNEL_ STACK_ SIZE - DEFAULT_
USER_ STACK_ SIZE - Default stack sizes
Functions§
- create_
process - Create a new process
- create_
process_ with_ options - Create a new process with options
- exec_
process - Execute a new program in current process
- parse_
shebang - Parse a shebang (#!) line from the beginning of a file
- search_
path - Search for an executable by name in PATH directories