Kernel Page Tables
From: Prakash Prabhu (prakash.prabhu_at_gmail.com)
Date: 08/29/04
- Previous message: Pete Zaitcev (OTID1): "Re: device driver race conditions problems (kernel 2.4)"
- Next in thread: Kasper Dupont: "Re: Kernel Page Tables"
- Reply: Kasper Dupont: "Re: Kernel Page Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 28 Aug 2004 22:23:20 -0700
Where are all the kernel page tables stored ?
AFAIK, all the page tables for the different user processes are stored
in the kernel and the updation of these tables upon a page fault and
resulting
paging in of a page from the disk to memory is handled by the kernel.
What
about kernel page tables ? Is there any fixed region in the kernel (
which is never paged out ) where they are present ? How are the kernel
page faults handled ?
- Previous message: Pete Zaitcev (OTID1): "Re: device driver race conditions problems (kernel 2.4)"
- Next in thread: Kasper Dupont: "Re: Kernel Page Tables"
- Reply: Kasper Dupont: "Re: Kernel Page Tables"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|