You are here |
blog.nelhage.com | ||
| | | |
www.theunixschool.com
|
|
| | | | A process is a program in execution in memory or in other words, an instance of a program in memory. Any program executed creates a proce... | |
| | | |
jameshfisher.com
|
|
| | | | `fork` duplicates the current process. It returns `0` in the child process. In the parent process, it returns the child's new process id. | |
| | | |
blog.zx2c4.com
|
|
| | | | ||
| | | |
jmmv.dev
|
|
| | This is a rare post because I don't usually talk about Google stuff here, and this post is about Bazel: a tool recently published by Google. Why? Because I love its internal counterpart, Blaze, and believe that Bazel has the potential to be one of the best build tools if it is not already. However, Bazel currently has some shortcomings to cater to a certain kind of important projects in the open source ecosystem: the projects that form the foundation of open source operating systems. This post is, exclusively, about this kind of project. |