Linux MIPS Architecture development
 help / color / mirror / Atom feed
* physical memory Limitation
@ 2004-03-03 15:35 sathis kanna
  2004-03-04  7:59 ` Ralf Baechle
  0 siblings, 1 reply; 3+ messages in thread
From: sathis kanna @ 2004-03-03 15:35 UTC (permalink / raw)
  To: linux-mips

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 311 bytes --]

HI,

For mips,
is there any limitation for physical memory while
uncomressing the image??(like i386 it is 4MB)

How to locate in code written in the kernel source?

Regards,
Kanna

 


__________________________________
Do you Yahoo!?
Yahoo! Search - Find what you’re looking for faster
http://search.yahoo.com

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

* Re: physical memory Limitation
  2004-03-03 15:35 physical memory Limitation sathis kanna
@ 2004-03-04  7:59 ` Ralf Baechle
  2004-03-04 16:56   ` Dan Malek
  0 siblings, 1 reply; 3+ messages in thread
From: Ralf Baechle @ 2004-03-04  7:59 UTC (permalink / raw)
  To: sathis kanna; +Cc: linux-mips

On Wed, Mar 03, 2004 at 07:35:05AM -0800, sathis kanna wrote:

> For mips,
> is there any limitation for physical memory while
> uncomressing the image??(like i386 it is 4MB)
> 
> How to locate in code written in the kernel source?

We currently don't support compressed kernels.

But if we were supporting it the limitation would depend on size of
available memory and how it's used at boot time, that is the limit would
depend on the exact system.

  Ralf

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

* Re: physical memory Limitation
  2004-03-04  7:59 ` Ralf Baechle
@ 2004-03-04 16:56   ` Dan Malek
  0 siblings, 0 replies; 3+ messages in thread
From: Dan Malek @ 2004-03-04 16:56 UTC (permalink / raw)
  To: Ralf Baechle; +Cc: sathis kanna, linux-mips

Ralf Baechle wrote:

> We currently don't support compressed kernels.

For AMD/Alchemy boards we do, they work very well, and there
isn't any reason it can't be supported on others.  If you
use boot code like u-boot, you would also get some pretty
nice compressed kernel and initrd support (but the MIPS kernel
doesn't have a very flexible implementation of initrd support).
These features are very useful for embedded systems to maximize
resource utilization, to provide field upgrade, and fallback
recovery methods.

> But if we were supporting it the limitation would depend on size of
> available memory and how it's used at boot time, that is the limit would
> depend on the exact system.

That's true.  For just a compressed kernel, size is no problem.
For initrd support, it's a little more of a challenge.  I have a
board with 128M of SDRAM and we regulary use 64M initrd images
for software install and upgrade.

Thanks.


	-- Dan

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

end of thread, other threads:[~2004-03-04 16:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-03 15:35 physical memory Limitation sathis kanna
2004-03-04  7:59 ` Ralf Baechle
2004-03-04 16:56   ` Dan Malek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox