2025-01-16 08:51:08

This commit is contained in:
2025-01-16 08:51:08 -04:00
parent a0357132b3
commit 6fe529f2be
3 changed files with 6 additions and 4 deletions

View File

@ -48,3 +48,5 @@ Processes are instances of a running program. Each process has its own memory sp
Starting threads are a bit simpler, as assigning a process needs to be registered with the OS as its own PID, as well as creation of virtual memory space by the OS.
## Multiprocessor Architecture Design