Systems are more flexible if they carefully separate:
- Mechanisms
- Policies
The implementation of the mechanism of making system calls such as fork, execvp, etc. is radically different in Linux versus Minix and illustrates two distinct designs.
Systems are more flexible if they carefully separate:
The implementation of the mechanism of making system calls such as fork, execvp, etc. is radically different in Linux versus Minix and illustrates two distinct designs.