First Post
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
Search for a command to run...
Hello This is my First Post. My name is Amit Joshi, doing back end stuff. This blog is mostly on web framework like ROR, Nodejs, CI and Linux Server.
No comments yet. Be the first to comment.
Introduction Most Linux kernel tutorials focus on writing kernel modules directly in C. Most compiler tutorials focus on parsers, ASTs, and code generation. What happens when we combine both? This pro

Building a Linux Kernel Memory Allocation Engine with a Control Plane / Data Plane Architecture Introduction Most Linux kernel module tutorials demonstrate a simple memory allocation example using kma

Scatter/Gather I/O in Linux: A Deep Dive into readv() and writev() Efficient data transfer is a cornerstone of high-performance systems programming. Linux provides powerful mechanisms to optimize inpu

Linux Kernel Sysfs: Driver-Grade Data Management Example Overview Linux kernel sysfs is often introduced using trivial module parameters or static variables.This project goes beyond that baseline and demonstrates a driver-grade sysfs design built aro...

Building a Linux Kernel Module for Memory and Per-Process RSS via /proc User-space utilities such as top, htop, and free present a polished view of system memory usage, but they abstract away substantial kernel-level mechanics. To understand how Linu...
