userland bibliography: kerrisk

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-08-15 00:00:00 +00:00
parent 0206c7d0fa
commit 12620efa8e

View File

@@ -12720,6 +12720,10 @@ The following sections are related to multithreading in userland:
** <<number-of-cores-in-qemu-user-mode>>
** <<number-of-cores-in-gem5-user-mode>>
=== Userland content bibliography
* The Linux Programming Interface by Michael Kerrisk https://www.amazon.co.uk/Linux-Programming-Interface-System-Handbook/dp/1593272200 Lots of open source POSIX examples: https://github.com/cirosantilli/linux-programming-interface-kerrisk
== Userland assembly
Programs under `userland/arch/<arch>/` are examples of userland assembly programming.