Abstract


  • The portion of a computer’s Main Memory where the data of application Process (进程) stored
  • Applications in user space are restricted in what they can do directly with the hardware and core system resources. This is a fundamental security and stability precaution
  • If the applications want to have access to the hardware and core systems resources, they have to do it thought Kernel via System Call (系统调用)