Home
cool-dev
Cancel

How to Implement a System Call in Linux

R In this post we will learn about how to implement a simple system call in Linux that will print Invoked Hello System Call into the kernel log buffer. Background Following files will be modifie...

My Experience on Building and Using Vim Clutch

Few weeks back, I was scrolling through r/Neovim on reddit and noticed a post that mentioned about vim clutch. I got intrigued by the idea of using a foot pedal to switch modes in vim and decided t...

Fixing a non booting kernel based on custom kernel config file

Recently I was trying to migrate my kernel config across Virtual Box, VMware and Qemu based VM’s and noticed that in some of the cases, I was not able to boot into the kernel at all. I did enable v...