Skip to content

Notes

This is a collection of my notes on Computer Science topics that I like to explore. I enjoy studying the internal workings of technologies.

List of available notes are:

  • Linux Containers: Internals and kernel notes on linux containers and its primitives — capabilities, namespaces and cgroups.
  • Assembly: Notes on x86-64 assembly for system programming.
  • System V ABI, ELF and Shared Libraries: Notes on System V ABI, ELF format and shared libraries (DSOs). To be uploaded soon.