Encyclopedia > User space

  Article Content

User space

An operating system usually segregates the available system memory into Kernel Space and User space. The Kernel Space is strictly reserved for running the kernel, device drivers and any kernel extensions. This kernel space is usually never swapped out to the disk. On the other hand User Space is the memory area used by all user mode applications and this memory can be swapped(paged) out at any time depending upon the current system requirement.

An user application cannot access the kernel space directly and similarly an kernel code cannot access the user space without checking whether the page is present in memory or swapped out.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Dynabee

... that the axis of a spinning gyroscope will resist a force applied to it and will start rotating perpendicular to the force applied. This is why spinning gyro tops will not ...

 
 
 
This page was created in 38.3 ms