码迷,mamicode.com
首页 > 其他好文 > 详细

【2014-11-23】《The Hardware/Software Interface》– Section 8 (continue)

时间:2014-11-23 15:38:24      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   io   ar   color   os   sp   

  • Exceptions:
    • An exception is transfer of control to the operating system in response to some event.
    • exception processing by exception handler
    • bubuko.com,布布扣

bubuko.com,布布扣

bubuko.com,布布扣

  1. Process(进程)
    • Process abstraction provides an interface between the program and the underlying CPU + Memory.
    • Definition: A process is an instance of a running program
    • Process provides each program with two key abstractions:
      • Logical control flow
        • Each process seems to have exclusive use of the CPU
      • Private virtual address space
        • Each process seems to have exclusive use of main memory
  2. Context Switching
    • Processes are managed by a shared chunk of OS code called the kernel
    • Control flow passes from one process to another via a context switch
    • bubuko.com,布布扣
  3. Creating New Processes & Programs

bubuko.com,布布扣

【2014-11-23】《The Hardware/Software Interface》– Section 8 (continue)

标签:des   style   blog   http   io   ar   color   os   sp   

原文地址:http://www.cnblogs.com/sjtujoe/p/4116541.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!