mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
userland name convention
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -15130,6 +15130,16 @@ Tests under link:userland/libs[] require certain optional libraries to be instal
|
||||
|
||||
See for example <<blas>>.
|
||||
|
||||
=== Userland content filename conventions
|
||||
|
||||
The following basenames should always refer to programs that do the same thing, but in different languages:
|
||||
|
||||
* `count`: count to infinity, sleep one second between each number
|
||||
** link:rootfs_overlay/lkmc/count.sh[]
|
||||
** link:rootfs_overlay/lkmc/python/count.py[]
|
||||
** link:userland/cpp/count.cpp[]
|
||||
** link:userland/posix/count.c[]
|
||||
|
||||
=== 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
|
||||
|
||||
Reference in New Issue
Block a user