⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module pcb

Module pcb 

Source
Expand description

Process Control Block (PCB) implementation

The PCB is the core data structure representing a process in the kernel. It contains all the information needed to manage a process.

Structs§

MemoryStats
Memory usage statistics
Process
Process Control Block
ProcessBuilder
Process builder for convenient process creation
ProcessId
Process ID type

Enums§

ProcessPriority
Process priority
ProcessState
Process state