├── README.md ├── process-view-0.drawio.png ├── process-view-0.drawio.svg └── process-view-0.drawio.xml /README.md: -------------------------------------------------------------------------------- 1 | # MyViewOfLinuxSystems 2 | 3 | A view from a process within a Linux system towards the world. 4 | Dotted arrow means dependencies. [1] 5 | 6 | ![Diagram: A view from a process within a Linux system towards the world. A process leverages devices via abstractions provided by the kernel.](https://github.com/lsc4719/MyViewOfComputerSystem/blob/main/process-view-0.drawio.svg) 7 | 8 | 9 | ### ref 10 | How Linux Works, 2nd edition. https://www.yes24.com/Product/Goods/22404368 11 | FHS 3.0 https://refspecs.linuxfoundation.org/FHS_3.0/fhs-3.0.html 12 | The Dinosaur Book https://www.amazon.com/Operating-System-Concepts-Binder-Version/dp/1118129385 13 | OSTEP https://pages.cs.wisc.edu/~remzi/OSTEP/ 14 | Understanding the Linux Kernel, 3rd edition. https://www.amazon.com/Understanding-Linux-Kernel-Third-Daniel/dp/0596005652 15 | [1]UML Distilled, 3rd edition. https://www.amazon.com/UML-Distilled-Standard-Modeling-Language/dp/0321193687 16 | -------------------------------------------------------------------------------- /process-view-0.drawio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lsc4719/MyViewOfLinuxSystems/8b6ebff10f18cd71bc249b18382c12ded2630230/process-view-0.drawio.png -------------------------------------------------------------------------------- /process-view-0.drawio.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |





process
proces...





sockets
socket...





files
files...






fs hierarchy
fs hie...






file systems
file s...





partitions
partit...






storage devices
storag...






network interfaces
networ...





pid
pid...
open
read
write
close
lseek
fstat
--------
ioctl
open...






device files
device...
socket
bind
listen
accept
connect
send
recv
close
socket...
fork
exec
exit
wait
kill
fork...





devices
device...









virtually-dedicated cpu in user-mode
virtua...






virtual memory
virtua...
user space
user space
kernel space
kernel space





cpu
cpu...





memory
memory...






network devices
networ...





fd
fd...





processes
proces...
-------------------------------------------------------------------------------- /process-view-0.drawio.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 | 85 | 86 | 87 | 88 | 89 | 90 | 91 | 92 | 93 | 94 | 95 | 96 | 97 | 98 | 99 | 100 | 101 | 102 | 103 | 104 | 105 | 106 | 107 | 108 | 109 | 110 | 111 | 112 | 113 | 114 | 115 | 116 | 117 | 118 | 119 | 120 | 121 | 122 | 123 | 124 | 125 | 126 | 127 | 128 | 129 | 130 | 131 | 132 | 133 | 134 | 135 | 136 | 137 | 138 | 139 | 140 | 141 | 142 | 143 | 144 | 145 | 146 | 147 | 148 | 149 | 150 | 151 | 152 | 153 | 154 | --------------------------------------------------------------------------------