https://github.com/ryan4yin/learn-tlpi
https://github.com/ryan4yin/learn-tlpi
linux linux-kernel rust tlpi
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryan4yin/learn-tlpi
- Owner: ryan4yin
- Created: 2022-09-14T15:36:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T10:39:40.000Z (about 1 year ago)
- Last Synced: 2026-01-28T00:13:23.559Z (6 months ago)
- Topics: linux, linux-kernel, rust, tlpi
- Language: C
- Homepage:
- Size: 357 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The Linux Programming Interface
- [List of source code files, by chapter, from The Linux Programming Interface](https://man7.org/tlpi/code/online/all_files_by_chapter.html)
- [Linux and glibc API changes since publication](https://man7.org/tlpi/api_changes/index.html)
Anwser for the exercises in the book:
- [c version](./c)
- [rust version](./rust)
## References
I use the following resources to help me check my answers:
- https://github.com/garyparrot/TLPI-exercise
- https://github.com/posborne/linux-programming-interface-exercises