Add more info on operating systems
This commit is contained in:
@@ -40,6 +40,17 @@ graph TD
|
||||
|
||||
SRE --> OPS[Operations]
|
||||
OPS --> OS[Operating Systems]
|
||||
OS --> MM[Memory]
|
||||
MM --> Heap
|
||||
MM --> Stack
|
||||
MM --> PAG[Pagination]
|
||||
OS --> PRO[Process]
|
||||
PRO --> IPC[Inter Process Communication]
|
||||
IPC --> IPCM[Message Passing]
|
||||
IPC --> IPCSM[Shared Memory]
|
||||
OS --> CCY[Concurrency]
|
||||
CCY --> Thread
|
||||
Thread --> PThread
|
||||
OPS --> OPSOPS[Operational]
|
||||
OPSOPS --> Ter[Terminal]
|
||||
Ter --> Bash
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 166 KiB After Width: | Height: | Size: 185 KiB |
Reference in New Issue
Block a user