linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Any docments analyzing linuxppc kernel and it's policy?
@ 2000-09-13 12:27 Gong Zhuo
  2000-09-14  0:22 ` Graham Stoney
  0 siblings, 1 reply; 3+ messages in thread
From: Gong Zhuo @ 2000-09-13 12:27 UTC (permalink / raw)
  To: Linux PPC Mailing List


Hi:
  I am reading the source code of linuxppc mm.  It seems that the process
uses the logical address 0 - 0x7fffffff, and the kernel uses the logical
address 0xc0000000 -- (0xc0000000 + maxium memory). The rest logical address
will not be used by anyone. Am I right?
  Is there any document analyzing the linuxppc kernel and how does the
kernel arrange all the logical space ?


Thanks
Gong Zhuo


** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Any docments analyzing linuxppc kernel and it's policy?
       [not found] <014301c01d7f$a1592540$4607a8c0@LocalHost>
@ 2000-09-13 16:34 ` Dan Malek
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Malek @ 2000-09-13 16:34 UTC (permalink / raw)
  To: Gong Zhuo; +Cc: Linux PPC Mailing List


Gong Zhuo wrote:

>   I am reading the source code of linuxppc mm.

Okay.......

> ....  It seems that the process
> uses the logical address 0 - 0x7fffffff, and the kernel uses the logical
> address 0xc0000000 -- (0xc0000000 + maxium memory). The rest logical address
> will not be used by anyone. Am I right?

You got the user process part right.....The kernel will map anything
over 0x80000000 in a variety of useful and interesting ways.  The system
memory is usually mapped to 0xc0000000, the remainder of the space is
used for mapping I/O devices, other pages of memory with different
attributes (uncached for example).  This is processor/board dependent,
so there are many different mappings for this space, although we do
try to keep them somewhat consistent.

>   Is there any document analyzing the linuxppc kernel and how does the
> kernel arrange all the logical space ?

I don't know.  I do know this could change daily.....


	-- Dan

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Any docments analyzing linuxppc kernel and it's policy?
  2000-09-13 12:27 Gong Zhuo
@ 2000-09-14  0:22 ` Graham Stoney
  0 siblings, 0 replies; 3+ messages in thread
From: Graham Stoney @ 2000-09-14  0:22 UTC (permalink / raw)
  To: Gong Zhuo; +Cc: Linux PPC Mailing List


Gong Zhuo writes:
>   Is there any document analyzing the linuxppc kernel and how does the
> kernel arrange all the logical space ?

Check out Dan's answer from last time this FAQ was asked, at:
    http://lists.linuxppc.org/listarcs/linuxppc-embedded/200005/msg00157.html

You can find this link in the "Memory Map" section of the HOWTO at:
http://members.nbci.com/_XMCM/greyhams/linux/PowerPC-Embedded-HOWTO-8.html#ss8.2

Regards,
Graham
--
Graham Stoney
Principal Hardware/Software Engineer
Canon Information Systems Research Australia
Ph: +61 2 9805 2909  Fax: +61 2 9805 2929

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2000-09-14  0:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <014301c01d7f$a1592540$4607a8c0@LocalHost>
2000-09-13 16:34 ` Any docments analyzing linuxppc kernel and it's policy? Dan Malek
2000-09-13 12:27 Gong Zhuo
2000-09-14  0:22 ` Graham Stoney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).