Autosave: 2024-06-21 06:15:04
This commit is contained in:
parent
51eb386826
commit
070b6b2230
3 changed files with 7 additions and 6 deletions
BIN
.zk/notebook.db
BIN
.zk/notebook.db
Binary file not shown.
|
@ -2,14 +2,16 @@
|
||||||
tags:
|
tags:
|
||||||
- systems-programming
|
- systems-programming
|
||||||
- memory
|
- memory
|
||||||
|
- operating-systems
|
||||||
- computer-architecture
|
- computer-architecture
|
||||||
---
|
---
|
||||||
|
|
||||||
# The Kernel
|
# The kernel
|
||||||
|
|
||||||
The kernel acts as the primary mediator between the hardware (CPU, memory) and
|
Within the [hierarchy of the OS](./Basic_model_of_the_operating_system.md), the
|
||||||
user [processes](Processes.md). Let's
|
kernel acts as the primary mediator between the hardware (CPU, memory) and
|
||||||
look at each of its responsibilities in greater depth:
|
[user](./User_Space.md) [processes](Processes.md). Let's look at each of its
|
||||||
|
responsibilities in greater depth:
|
||||||
|
|
||||||
- process management
|
- process management
|
||||||
- memory management
|
- memory management
|
||||||
|
@ -100,5 +102,4 @@ Example with a terminal program like `ls`:
|
||||||
|
|
||||||
## Controlling processes
|
## Controlling processes
|
||||||
|
|
||||||
In Linux we can view, kill, pause and resume processes using
|
In Linux we can view, kill, pause and resume processes using [ps](Processes.md).
|
||||||
[ps](Processes.md).
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue