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
Monty Woolley

... Woolley Monty Woolley (August 17, 1888 - May 6, 1963) was an American actor. Born Edgar Montillion Wooley in New York City, Woolley was a professor and lecturer at ...

 
 
 
This page was created in 30.9 ms