Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel

What is the error of "linux unable to handle kernel paging request at ffffffff00000010"?

Linux kernel - add system call dynamically through module

Sending UDP packets from the Linux Kernel

linux linux-kernel udp kernel

Why is zero padding needed in sockaddr_in?

c linux kernel

How to write a hello world kernel?

C++ STL Containers are unusable without exceptions, what can we do about this?

How does the kernel know what is the current thread?

c linux-kernel kernel arm

Extract vmlinux from vmlinuz or bzImage

bash linux-kernel kernel

How to write Linux driver module call/use another driver module?

Why do we need list_for_each_safe() in for deleting nodes in kernel linked list?

why is a kernel called a kernel?

kernel definition

C# driver development?

c# kernel drivers device

How do I configure the Linux kernel within Buildroot?

Change system date time in Docker containers without impacting host

linux datetime kernel docker

On x86, when the OS disables interrupts, do they vanish, or do they queue and 'wait' for interrupts to come back on?

Why is data written to a file opened with O_APPEND flag, always written at the end, even with `lseek`?

c linux unix kernel system-calls

How does one submit a potential patch to the Linux kernel?

linux kernel patch

How are same virtual address for different processes mapped to different physical addresses

Why is kernel mapped to the same address space as processes?

How do SYSCALL/SYSRET instructions perform across x86 CPUs?