From 12620efa8eb4c6fb99eb1d15b389b68235fd466e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F?= Date: Thu, 15 Aug 2019 00:00:00 +0000 Subject: [PATCH] userland bibliography: kerrisk --- README.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.adoc b/README.adoc index db1f184..312d7c1 100644 --- a/README.adoc +++ b/README.adoc @@ -12720,6 +12720,10 @@ The following sections are related to multithreading in userland: ** <> ** <> +=== 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//` are examples of userland assembly programming.