CS Notes

Recent writing

  • MMU

    Sep 03, 2025

    • OS
  • Trace

    Sep 03, 2025

    • software_engineering
  • Span

    Sep 03, 2025

    • software_engineering
    • distributed_computing

See 642 more →

👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Binance, and running mission-critical cloud ops at GovTech and Singapore Air Force. No fluff, just practical takeaways, hard-earned fixes, and deep dives that matter.

Home

❯

OS

❯

Process

❯

Process Control Block (PCB)

Process Control Block (PCB)

36 words, 1 min read
Last updated on Apr 08, 2024
🌟 Edit This Page!   🗓️ History

  • OS
Xinyang YU

Abstract


  • Contains metadata of the Process Resources, so that Process (进程) can be stopped and then restarted later as if it had never been stopped

Process Table


  • A Array of Process Control Block (PCB)
  • Abstract
  • Process Table

Mentioned by

  • cs2106 nus notes
  • CPU Scheduling Techniques
  • Interrupt Handler
  • Context Switch
  • Process (进程)
  • Process Control Block (PCB)
  • Process Creation and Termination in POSIX Systems
  • Thread

Graph View


Created by Xinyang YU | © 2023, 2025 | Licensed under CC BY-NC 4.0

  • GitHub