From 13889895014ad5da79b83ff869af33a653701953 Mon Sep 17 00:00:00 2001 From: tactonbishop Date: Sat, 12 Nov 2022 17:00:04 +0000 Subject: [PATCH] Last Sync: 2022-11-12 17:00:04 --- Operating_Systems/User_Space.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Operating_Systems/User_Space.md b/Operating_Systems/User_Space.md index e95ecb4..b4decba 100644 --- a/Operating_Systems/User_Space.md +++ b/Operating_Systems/User_Space.md @@ -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:
+
Basic services
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
Utiility services