CS Notes

Recent writing

  • Email Routing: Mechanisms, Security, and Cloudflare Solutions

    Sep 26, 2025

    • networking
    • cloudflare
  • Email Security

    Sep 26, 2025

    • security
    • networking
  • Terraform Cheatsheet

    Sep 22, 2025

    • terraform
    • devops

See 648 more →

🧪 I’ve been exploring how ads work and experimenting with them on this site (non-profit, just hands-on learning). Let me know if it affects your user experience here.


👋🏻 Join My Telegram channel!


I share real-world lessons from building scalable systems at Jump Trading, 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