Adde README files for each chapter folder

This commit is contained in:
Fabio Scotto di Santolo
2025-06-27 14:16:53 +02:00
parent b233d9034e
commit 17cb0bbd40
5 changed files with 139 additions and 2 deletions

View File

@@ -1,2 +1,13 @@
# system-programming
A repo for my experiments on system programming
# 📚 Linux System Programming Chapter Index
Welcome! This is a collection of chapter summaries from the book **Linux System Programming** by Robert Love. Each chapter is organized in its own folder.
## Available Chapters
- [Chapter 1 Introduction and Core Concepts](chp1/README.md)
- [Chapter 2 File I/O](chp2/README.md)
- [Chapter 3 Buffered I/O](chp3/README.md)
- [Chapter 4 Advanced File I/O](chp4/README.md)
> Each file contains an English summary of the chapter's key concepts.