public_gemini/books.gmi

26 lines
641 B
Plaintext
Raw Normal View History

# Books that I would like to read
## Currently reading
- The Linux Programming Interface (TLPI) (by Michael Kerrisk)
## Linux/UNIX
- Linux System Programming (by Robert Love)
- Linux Kernel Development (by Robert Love)
2021-08-16 11:28:45 +00:00
- Linux Device Drivers, Third Edition (by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman)
- Understanding the Linux Kernel (by Daniel P. Bovet & Marco Cesati)
- Beej's Guide to Unix Interprocess Communication
## Programing languages
### C
- Beej's Guide to C (WIP)
- Beej's Guide to Network Programming
2021-08-18 15:07:58 +00:00
- Compilers: Principles, Techniques, and Tools
## Other
- Beej's Guide to the GNU Debugger (GDB)