CS401/CS746
(Linux) Kernel Programming

Spring 2016


Exercise #5
The aim of this exercise is to get familiar with the virtual memory based memory management, the page table layout and the process address space kernel state. The kernel state variables are: task_struct and mm_struct

Some references Tasks Due date: 3rd February 2016, Wednesday (in class)
Submit a step-by-step ordered process in which the above is achieved.
A in-class demo is required.