- Hands-On System Programming with Go
- Alex Guerrieri
- 54字
- 2021-06-24 13:42:16
Processes
When an application is launched, it becomes a process: a special instance provided by the operating system that includes all the resources that are used by the running application. This program must be in Executable and Linkable Format (ELF), in order to allow the operating system to interpret its instructions.