mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-21 11:04:26 +00:00
refactor: specific section for the gnu userland
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -121,6 +121,7 @@
|
||||
"turris",
|
||||
"twrp",
|
||||
"uncordon",
|
||||
"userland",
|
||||
"usermod",
|
||||
"userspace",
|
||||
"winget",
|
||||
|
||||
37
knowledge base/gnu userland/README.md
Normal file
37
knowledge base/gnu userland/README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# GNU userland
|
||||
|
||||
Most operating systems have two distinct parts: the **kernel** and the **userland**.
|
||||
|
||||
Most Linux distributions use the [GNU userland][software].<br/>
|
||||
It contains system daemons, user applications, the GUI system (X11, KDE, etc.) and various libraries (such as SDL, Mesa, GNUstep, glibc, etc.).
|
||||
|
||||
## Table of contents <!-- omit in toc -->
|
||||
|
||||
1. [Further readings](#further-readings)
|
||||
1. [Sources](#sources)
|
||||
|
||||
## Further readings
|
||||
|
||||
- [Software]
|
||||
|
||||
## Sources
|
||||
|
||||
All the references in the [further readings] section, plus the following:
|
||||
|
||||
- [GNU userland]
|
||||
|
||||
<!--
|
||||
References
|
||||
-->
|
||||
|
||||
<!-- Upstream -->
|
||||
[software]: https://www.gnu.org/software/
|
||||
|
||||
<!-- In-article sections -->
|
||||
[further readings]: #further-readings
|
||||
|
||||
<!-- Knowledge base -->
|
||||
[parallel]: parallel.md
|
||||
|
||||
<!-- Others -->
|
||||
[gnu userland]: https://www.linux.org/threads/gnu-userland.11066/
|
||||
@@ -50,8 +50,8 @@ parallel --tag "magick compare -metric NCC -quiet {} NULL: 2>&1; echo" \
|
||||
|
||||
## Further readings
|
||||
|
||||
- GNU Parallel's [man page]
|
||||
- GNU Parallel's [tutorial]
|
||||
- [`man` page][man page]
|
||||
- [Tutorial]
|
||||
- [Obtaining exit status values from GNU parallel]
|
||||
|
||||
<!--
|
||||
Reference in New Issue
Block a user