Y
Hacker News
new
|
ask
|
show
|
jobs
by
bkyan
5050 days ago
What does "userland" mean?
2 comments
tikhonj
5050 days ago
That's what normal applications are referred to as opposed to kernel-level code. So anything user-facing that does not need low-level system access.
link
mbreese
5050 days ago
Code that isn't part of the OS kernel.
http://en.wikipedia.org/wiki/User_space
link