🔴 Issue 34: Implement a procfs Interface
Create a Linux kernel module that exposes kernel-space data to user space using /proc.
You will:
Create custom /proc entries
Support read & write operations
Safely transfer data between kernel and user space
Understand how tools like ps, top, /proc/meminfo actually work
🔴 Issue 34: Implement a procfs Interface
Create a Linux kernel module that exposes kernel-space data to user space using /proc.
You will:
Create custom /proc entries
Support read & write operations
Safely transfer data between kernel and user space
Understand how tools like ps, top, /proc/meminfo actually work