Introduction to ioctl()
POSIX standard presents to the user space a very clever abstraction of the underlying hardware: everything can be manipulated as a file, using file descriptors and the standard system calls (open, ...
POSIX standard presents to the user space a very clever abstraction of the underlying hardware: everything can be manipulated as a file, using file descriptors and the standard system calls (open, ...
In this tutorial, we’ll configure everything needed to send emails from the terminal. We’ll use msmtp, a lightweight SMTP client. For the sake of the example, we’ll use a GMail account, but any oth...
In my previous post we have discussed how we can leverage lei tool to grab the emails & patches of interest from lore. In this post lets explore more of lei and also see how we can configure mu...
What’s the problem ? I started working on the kernel code since a month and I cannot seem to wrap my head around the email based kernel workflow - since my experience is always with fancy tools li...
eSPI stands for enhanced serial peripheral interface. The eSPI base spec talks about the architectural details of the eSPI bus interface for both client & server platforms. The devices that ca...
This is first post in my personal blog.