Last Sync: 2022-11-12 17:00:04
This commit is contained in:
parent
5440f9d4dc
commit
1388989501
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ User space is the portion of the main memory that the kernel allocates for user
|
||||||
There is a hierarchy within the user space with several different groups of user processes:
|
There is a hierarchy within the user space with several different groups of user processes:
|
||||||
|
|
||||||
<dl>
|
<dl>
|
||||||
|
|
||||||
<dt>Basic services</dt>
|
<dt>Basic services</dt>
|
||||||
<dd>Run at the bottom level and therefore are closest to ther kernel. Comprises small components that perform single, uncomplicated tasks. Examples include network configuration, the communication bus, and diagnostic logging</dd>
|
<dd>Run at the bottom level and therefore are closest to ther kernel. Comprises small components that perform single, uncomplicated tasks. Examples include network configuration, the communication bus, and diagnostic logging</dd>
|
||||||
<dt>Utiility services</dt>
|
<dt>Utiility services</dt>
|
||||||
|
|
Loading…
Add table
Reference in a new issue