diff options
Diffstat (limited to 'EXAM.md')
| -rw-r--r-- | EXAM.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ Best wishes! ----------------------------------------------- ____________________ ___________________ -|Virtual file system| | Memory manageer | | Process manager | | Network services (sockets) | +|Virtual file system| | Memory manager | | Process manager | | Network services (sockets) | -------------------- ------------------- | filesystem driver | | tcp/ip drivers | @@ -109,7 +109,7 @@ kernel. > IPC refers specifically to the mechanisms an operating system provides to > allow the processes to manage shared data. - https://en.wikipedia.org/wiki/Inter-process_communication -Operating systems provice IPC mechanisms to allow processes to communicate state +Operating systems provide IPC mechanisms to allow processes to communicate state with one another. This can be for many different reasons including taking a lock on a resource, streaming data from one process to another or synchronizing changes from one process to another. |
