Kernel Development Learning Pipeline
Lecture 14: 29 October 2024
- Looking at kernel provided filesystems
- Look at /proc/mounts
- /dev, special files in here
- Talk about block, char devices
- /proc, source for proc
1. Can use to recover saved data (python open, /proc//fd/ copy after deleted)
1. ask chatgpt to write a python program to get memory of running e.g. vim process, use strings
- /sys
- /proc assignment discussion (E2)
- mount namespaces
- Develop an example