It is important to realize that only one process can be running on any processor at any instant.

要记住每一时刻一个处理器只能有一个进程运行。

Process Control Block 进程控制块
Each process is represented in the operating system by a process control block (PCB)—also called a task control block.

操作系统使用进程控制块表示进程,进程控制块也叫任务控制块。

双语阅读笔记 - 操作系统 - Process Control Block

双语阅读笔记 - 操作系统 - Process Control Block

PCB内容:

1 Process state.

2 Program counter.

3 CPU registers.

4 CPU-scheduling information.

5 Memory-management information.

6 Accounting information.

7 I/O status information.

双语阅读笔记 - 操作系统 - Process Control Block

In brief, the PCB simply serves as the repository for any information that may vary from process to process.

简而言之,PCB存储各进程所有相关的信息,而这些信息在各个进程中不尽相同。

Reference :

Operating System Concepts

相关文章:

  • 2021-09-26
  • 2022-02-10
  • 2021-12-09
  • 2021-10-31
  • 2021-08-13
  • 2021-04-29
  • 2021-11-11
  • 2021-06-03
猜你喜欢
  • 2022-01-17
  • 2021-10-25
  • 2021-04-14
  • 2022-01-15
  • 2021-12-06
  • 2021-05-27
相关资源
相似解决方案