Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in kernel

How does blocking mode in unix/linux sockets works?

Can I printk in binary?

linux-kernel kernel

Why doesn't Linux use fibers instead of preemptive multitasking?

Upgrade kernel on debian [closed]

Why should the permisson attrbute be specified for every variable declared in Kernel Module development?

Understanding the kernel dmesg timestamp

How to run a bare metal ELF file on QEMU?

kernel elf qemu

Resources for writing kernel in C

c kernel osdev

how to iterate over PCB's to show information in a Linux Kernel Module?

process module kernel pid

How to send UDP packets of size greater than 64 KB

What exactly makes Erlang process, green thread, coroutine "lighter" than kernel thread? What about context switching that's heavy? [duplicate]

Stepping through Linux kernel source code?

linux unix ubuntu kernel

How good is the linux kernel in the new Quad Core processors running multithreading application

Can an interrupt handler be preempted?

kernel: how to find all threads from a process's task_struct?

process linux-kernel kernel

PIC Microcontroller Operating System [closed]

What does actually cdev_add() do? in terms of registering a device to the kernel

Want to build bare Linux system that has only a kernel and one binary

Toy OS Filesystem [closed]

Displaying text video memory at 0xb8000 without using the C library