[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
few doubts in mm
- To: linux-mm@kvack.org
- Subject: few doubts in mm
- From: Vishwanath <vishwanath@inablers.net>
- Date: Wed, 26 Dec 2001 12:56:22 +0530
- Fake-Sender: owner-linux-mm@kvack.org
- Organization: iNabling Tech
- Original-Recipient: rfc822;linux-mm-archive@humbolt.geo.uu.nl
- Sender: Rik van Riel <riel@nl.linux.org>
Hi all
I am new to this mailing list and also Memory management in linux.
I have a doubt that how exactly the convertion of virtual address to
physical addr
happens. As for i have read in Linux Kernel Internals, it says there is
some thing
called page directory, page middle dir and page table, The virtual addr
is divided into
4 parts(len not mentioned), The first part is index to page dir.
What exactly the page dir entry contains an address or a number index to
page middle dir, if index,
then where the base addr of page dir is stored, and base addr of page
middle dir, and page tabe are
stored.
How exactly this happens, The book also says that x86 supports only 2
level convertion.
How do i find out what my machine supports, i have linux kernel code of
v2.4.x
Please do help me out.
Thanx in advance
Vishy
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/