Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
Introduction Kernel development is traditionally the realm of C due to its direct hardware...
NVIDIA, with the rise in popularity of Large Language Models (LLMs), has firmly secured its position...
Introduction to Paging Paging is a memory management mechanism that maps virtual address...
In this article, I present a step-by-step procedure to natively patch and build a 64-bit Fully...
In this article, we will configure a Network Block Device on a Debian system. The communication will...
The command-line titans: Bash vs. Shell! Are sound like cousins at a family reunion party , these two...
🔊 In this video I showed step by step the process to create a kernel which is the basis for an...
I've been working on a personal project recently, which involves building a custom operating system...
When you're deep in kernel development and need to handle structured data, you quickly realize that...
Ditana GNU/Linux distinguishes itself from other distributions by providing a clean, JSON-driven...
`/initramfs-4.18.a-bbb.c.d.el8_10.x86_64.img' not found. No filesystem could mount root, tried:...
So this is my first post and in it, I will detail the kernel concept I have imagined which could be...
O Linux surgiu nos anos 90 como uma alternativa open source baseada no Unix, criado pelo programador...
You have a mac? You need to compile linux kernel for your Raspberry PI? Great. Follow me… ...
GNU/Linux is perceived as a secured, stable and mostly light-weight Operating System and a worthy...
Extended Berkeley Packet Filter (eBPF) is a powerful programming technology that runs in the Linux...
Introduction The Linux kernel is the foundational component of the Linux operating system,...
🔊 Nesse vídeo mostrei passo a passo do processo para criar um kernel que é a base para um Sistema...
Table of Contents Introduction What is the Linux Kernel? Why the Linux Kernel is...
This article was written on Nov 29th, 2022. esBPF project has been over one year and it began...
🐧 Dive Into the Linux Kernel: Switching Kernels on Arch Linux & Snigdha OS 🚀 ...
Introduction In the world of computer architecture, the division between kernel space...
The Ubuntu Kernel: A Production Deep Dive Introduction A recent production...
Say I have: A Linux kernel driver That communicates with some pci device Via a custom protocol...
In the Linux operating system, the Linux kernel serves as the central processing unit....
Introduction In the world of modern computing, large-scale distributed applications form...
eBPF (Extended Berkeley Packet Filter) is a powerful and flexible technology that allows programs to...
Linux Kernel contains an improper ownership management vulnerability, where unauthorized access to the execution of the setuid file with capabilities was found in the Linux kernel’s OverlayFS subsystem in how a user copies a capable file from a nosuid mount into another mount. This uid mapping bug allows a local user to escalate their privileges on the system.
Hey fellow devs! I'm excited to share my latest progress on building a homemade kernel from scratch...