Userland

From Hackepedia
Revision as of 09:21, 28 March 2013 by Pbug (talk | contribs) (some blah blah)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Userland is anything outside of the kernel, that users processes of a system have access to.

Processes live for a short time in userland (milliseconds) before being context switched by the kernel. This means that the kernel cleans up this process and lets another process have a go at being run. Usually only one process can run at the same time unless there is multiple cores/cpus which is the case nowadays.