* PAGE = 1k
@ 2002-12-23 16:24 User &
2002-12-23 16:26 ` Sean Neakums
0 siblings, 1 reply; 7+ messages in thread
From: User & @ 2002-12-23 16:24 UTC (permalink / raw)
To: linux-kernel
Hi people
it´s possible to use pages of 1kb on x86 ?
thanks
Breno
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: PAGE = 1k
@ 2002-12-23 16:52 User &
2002-12-23 20:46 ` Rik van Riel
2002-12-23 22:12 ` Gilad Ben-Yossef
0 siblings, 2 replies; 7+ messages in thread
From: User & @ 2002-12-23 16:52 UTC (permalink / raw)
To: linux-kernel
Sean
yes i know ,it´s depend of hardware, but maybe we can do something as mmu
with software or something like this , i don´t know.
Breno
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: PAGE = 1k
2002-12-23 16:52 User &
@ 2002-12-23 20:46 ` Rik van Riel
2002-12-23 22:12 ` Gilad Ben-Yossef
1 sibling, 0 replies; 7+ messages in thread
From: Rik van Riel @ 2002-12-23 20:46 UTC (permalink / raw)
To: User &; +Cc: linux-kernel
On Mon, 23 Dec 2002, User & wrote:
> yes i know ,it´s depend of hardware, but maybe we can do something as mmu
> with software or something like this , i don´t know.
No, the software cannot patch the hardware.
The MMU does address translations in 4 kB blocks and there's
nothing you can do about that.
Rik
--
Bravely reimplemented by the knights who say "NIH".
http://www.surriel.com/ http://guru.conectiva.com/
Current spamtrap: <a href=mailto:"october@surriel.com">october@surriel.com</a>
^ permalink raw reply [flat|nested] 7+ messages in thread
* RE: PAGE = 1k
2002-12-23 16:52 User &
2002-12-23 20:46 ` Rik van Riel
@ 2002-12-23 22:12 ` Gilad Ben-Yossef
2002-12-23 22:18 ` Gilad Ben-Yossef
1 sibling, 1 reply; 7+ messages in thread
From: Gilad Ben-Yossef @ 2002-12-23 22:12 UTC (permalink / raw)
To: User &; +Cc: linux-kernel
On Mon, 2002-12-23 at 18:52, User & wrote:
> yes i know ,it´s depend of hardware, but maybe we can do something as mmu
> with software or something like this , i don´t know.
No, but you can fake it ;-)
I'm taking a wild guess here that you're interested in this subject
because of distributed shared memory. That is, you're interested in
smaller page sizes because you want to be aware of changes done to
memory structures in sizes smaller then a page.
If so, you might want to check out how the Millipede system from the
Technion works - it basically creates several "views" of a page using
segmentation and other MMU features which creates artifical locality of
memory structures on the same page in units smaller then a hardware
page.
Hope this helps,
Gilad.
--
Gilad Ben-Yossef <gilad@benyossef.com>
http://benyossef.com
"Geeks rock bands cool name #8192: RAID against the machine"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: PAGE 1k
@ 2002-12-24 1:40 User &
0 siblings, 0 replies; 7+ messages in thread
From: User & @ 2002-12-24 1:40 UTC (permalink / raw)
To: linux-kernel
Hi
Thanks people for the all informations.
Merry christmas.
Breno
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2002-12-24 1:29 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-23 16:24 PAGE = 1k User &
2002-12-23 16:26 ` Sean Neakums
-- strict thread matches above, loose matches on Subject: below --
2002-12-23 16:52 User &
2002-12-23 20:46 ` Rik van Riel
2002-12-23 22:12 ` Gilad Ben-Yossef
2002-12-23 22:18 ` Gilad Ben-Yossef
2002-12-24 1:40 PAGE 1k User &
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.