Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel

Cannot compile Vagrant VirtualBox Guest Additions on 3.8 Kernel

Any way to send commands to SD card from Linux userspace?

c linux kernel sd-card

windbg first connect then stuck on "Debuggee not connected." message during kernel debugging

Creating a simple multiboot kernel loaded with grub2

assembly x86 kernel osdev grub

Is an operating system kernel an interpeter for all other programs?

Why using a uImage instead of a zImage

linux kernel boot u-boot

Core-dump file format

linux gdb kernel

Simple C Kernel char Pointers Aren't Working

c pointers x86 kernel osdev

Purpose of self-IPI on IA-32

x86 kernel interrupt osdev intel

Why it is not possible to use ioremap then remap_pfn_range?

c linux linux-kernel kernel

kernel-based (Linux) data relay between two TCP sockets

sockets tcp kernel splice

Usage of __init & __exit attributes

Why does mount --bind in linux require root privileges?

linux kernel bind root mount

set socket option is why so important for a socket (IP_HDRINCL) In ICMP request?

c sockets kernel icmp setsockopt

Why is GDB "jumping back" when debugging with c source codes

android debugging gdb kernel

Linux USB programming

c linux usb kernel

Shared Memory between User Space and Kernel Threads

linux-kernel kernel

Is pid really unique [closed]

Understanding the use of data members in rt_rq(real time runqueue) kernel

linux linux-kernel kernel

Implementing a Linux Character Driver in User-space

linux input kernel drivers