Pagini
Workshops
Parteneri
Download and unzip the tasks archive sesiune-06 on the virtual machine.
cache.c
allocate 2048 penguin
objects.slabtop
and cat /proc/slabinfo
in respect with penguin
structure.kmalloc
function with GFP_KERNEL
flag, protect the allocation using a spin_lock.kmalloc
function with GFP_ATOMIC
flag, protect the allocation using a spin_lock.kmalloc
function with schedule_timeout
.TODO's
lines in kmmap.c
mmap.c
that mmaps /dev/my_mmap and reads a page.mmap.c
memory mapped areas using pmap
.