Hands-On System Programming with Go
上QQ阅读APP看书,第一时间看更新

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.