Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 322 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 322 Bytes

This repository includes mini projects on linux kernel features that helped me understand how to work with kernels.

It includes batch files of :

  1. System call tracing
  2. Running my very own kernel modules and debugging it thorugh dmssg(debugging tools of the kernel)
  3. Monitoring system processes
  4. Multi-threading