|
|
| shaanxxx 2006-08-24, 4:01 am |
| I want to know about type of page tables used by unix , solaris ,
windows and other operating system . These tables are per process , or
per system?
Thanks
Shaan
| |
| Maxim Yegorushkin 2006-08-24, 4:01 am |
| shaanxxx wrote:
> I want to know about type of page tables used by unix , solaris ,
> windows and other operating system . These tables are per process , or
> per system?
both
| |
| Maxim Yegorushkin 2006-08-24, 4:01 am |
| shaanxxx wrote:
> I want to know about type of page tables used by unix , solaris ,
> windows and other operating system . These tables are per process , or
> per system?
Both for Linux.
| |
| shaanxxx 2006-08-24, 4:01 am |
|
Maxim Yegorushkin wrote:
> Both for Linux.
what do mean by that ?
| |
| shaanxxx 2006-08-24, 4:01 am |
|
Maxim Yegorushkin wrote:
> Both for Linux.
what do u mean by that ?
| |
| Rainer Temme 2006-08-24, 4:01 am |
| shaanxxx wrote:
> Maxim Yegorushkin wrote:
>
>
> what do u mean by that ?
He means, that in Linux there are both types of pagetables ..
page-tables local to processes and a page-table for the system.
(Or is there any other way to interpret the answer?)
Rainer
| |
| Maxim Yegorushkin 2006-08-24, 4:01 am |
|
Rainer Temme wrote:
> shaanxxx wrote:
>
> He means, that in Linux there are both types of pagetables ..
> page-tables local to processes and a page-table for the system.
> (Or is there any other way to interpret the answer?)
Precisely. Thank you.
| |
| shaanxxx 2006-08-24, 7:01 pm |
|
Rainer Temme wrote:
> shaanxxx wrote:
>
> He means, that in Linux there are both types of pagetables ..
> page-tables local to processes and a page-table for the system.
> (Or is there any other way to interpret the answer?)
>
> Rainer
I was thinking like linux have inverted page table(per system) and
page table (per process).
Both these tables are mutually exclusive. any system can have only one
of them. I interpreted this thing as linux have both these table. Both
are used address transformation.
Thanks for your reply and interpretations. I got good pointer from some
other group.
Thanks again
shaan
| |
| Maxim Yegorushkin 2006-08-24, 7:01 pm |
|
shaanxxx wrote:
> Rainer Temme wrote:
>
>
> I was thinking like linux have inverted page table(per system) and
> page table (per process).
> Both these tables are mutually exclusive. any system can have only one
> of them. I interpreted this thing as linux have both these table. Both
> are used address transformation.
The book http://www.oreilly.com/catalog/understandlk/ explains this
subject in great details.
|
|
|
|