Difference between revisions of "Template:Linux layers"

From blackwiki
Jump to navigation Jump to search
imported>Gang65
m (add references to other wiki pages)
Line 20: Line 20:
 
|- style="background-color: #ffb7b7;"
 
|- style="background-color: #ffb7b7;"
 
| style="width: 18%;" | [[Scheduling (computing)|Process scheduling]]<br>subsystem
 
| style="width: 18%;" | [[Scheduling (computing)|Process scheduling]]<br>subsystem
| style="width: 18%;" | IPC<br>subsystem
+
| style="width: 18%;" | [[Inter-process communication|IPC]]<br>subsystem
 
| style="width: 18%;" | [[Memory management]]<br>subsystem
 
| style="width: 18%;" | [[Memory management]]<br>subsystem
| style="width: 18%;" | Virtual files<br>subsystem
+
| style="width: 18%;" | [[Virtual file system|Virtual files]]<br>subsystem
 
| style="width: 18%;" | Network<br>subsystem
 
| style="width: 18%;" | Network<br>subsystem
 
|- style="background-color: #ffb7b7;"
 
|- style="background-color: #ffb7b7;"

Revision as of 08:37, 30 September 2020

Various layers within Linux, also showing separation between the userland and kernel space
User mode User applications For example, bash, LibreOffice, GIMP, Blender, 0 A.D., Mozilla Firefox, etc.
Low-level system components: System daemons:
systemd, runit, logind, networkd, PulseAudio, ...
Windowing system:
X11, Wayland, SurfaceFlinger (Android)
Other libraries:
GTK+, Qt, EFL, SDL, SFML, FLTK, GNUstep, etc.
Graphics:
Mesa, AMD Catalyst, ...
C standard library open(), exec(), sbrk(), socket(), fopen(), calloc(), ... (up to 2000 subroutines)
glibc aims to be fast, musl and uClibc target embedded systems, bionic written for Android, etc. All aim to be POSIX/SUS-compatible.
Kernel mode Linux kernel stat, splice, dup, read, open, ioctl, write, mmap, close, exit, etc. (about 380 system calls)
The Linux kernel System Call Interface (SCI, aims to be POSIX/SUS-compatible)
Process scheduling
subsystem
IPC
subsystem
Memory management
subsystem
Virtual files
subsystem
Network
subsystem
Other components: ALSA, DRI, evdev, LVM, device mapper, Linux Network Scheduler, Netfilter
Linux Security Modules: SELinux, TOMOYO, AppArmor, Smack
Hardware (CPU, main memory, data storage devices, etc.)
Template documentation[view] [edit] [history] [purge]

See also an SVG equivalent at File:Free and open-source-software display servers and UI toolkits.svg.

To do

Missing from both versions are: Mesa (computer graphics) and Advanced Linux Sound Architecture.

Also please note, that there are Wikipedia contents for free and open-source device drivers, e.g.: