public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* uclinux on MMU platforms - query
@ 2002-08-06 16:04 Amol Lad
  0 siblings, 0 replies; 6+ messages in thread
From: Amol Lad @ 2002-08-06 16:04 UTC (permalink / raw)
  To: linux-kernel

Hi,
 Can I run uClinux on platforms that has MMU

--
Amol


__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

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

* Re: uclinux on MMU platforms - query
@ 2002-08-07  5:46 Greg Ungerer
  2002-08-07 11:30 ` Alan Cox
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Ungerer @ 2002-08-07  5:46 UTC (permalink / raw)
  To: linux-kernel; +Cc: Amol Lad


Hi Amol,

Amol Lad <dal_loma@yahoo.com> writes:
 > Hi,
 >  Can I run uClinux on platforms that has MMU

You could, but why would you want to?

If your processor has VM then wou will be better of
using it. Without VM you suffer more problems from
free memory fragmentation, no dynamically growing
stacks, ne memory protection between kernel and
processes, etc.

There are currently no patches for processors with
VM to run with the CONFIG_NO_MMU support of uClinux.
(There would be a little bit of work to do if you
wanted to).

Regards
Greg



------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Wizard        EMAIL:  gerg@snapgear.com
SnapGear Pty Ltd                               PHONE:    +61 7 3435 2888
825 Stanley St,                                  FAX:    +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia              WEB:   www.snapgear.com


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

* Re: uclinux on MMU platforms - query
  2002-08-07  5:46 uclinux on MMU platforms - query Greg Ungerer
@ 2002-08-07 11:30 ` Alan Cox
  2002-08-08  0:33   ` Greg Ungerer
  0 siblings, 1 reply; 6+ messages in thread
From: Alan Cox @ 2002-08-07 11:30 UTC (permalink / raw)
  To: Greg Ungerer; +Cc: linux-kernel, Amol Lad

On Wed, 2002-08-07 at 06:46, Greg Ungerer wrote:
>  >  Can I run uClinux on platforms that has MMU
> 
> You could, but why would you want to?

Being able to run true ucLinux on i386 makes debugging and verification
of software so much less painful sometimes. 

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

* Re: uclinux on MMU platforms - query
  2002-08-07 11:30 ` Alan Cox
@ 2002-08-08  0:33   ` Greg Ungerer
  2002-08-08 11:42     ` David Weinehall
  0 siblings, 1 reply; 6+ messages in thread
From: Greg Ungerer @ 2002-08-08  0:33 UTC (permalink / raw)
  To: Alan Cox; +Cc: linux-kernel, Amol Lad

Hi Alan,

Alan Cox wrote:
> On Wed, 2002-08-07 at 06:46, Greg Ungerer wrote:
> 
>> >  Can I run uClinux on platforms that has MMU
>>
>>You could, but why would you want to?
> 
> 
> Being able to run true ucLinux on i386 makes debugging and verification
> of software so much less painful sometimes. 

For some things yes. But it is a real pain trying to track
down memory corruption and stack overflow problems in
applications. They have a tendency to take your the whole system...

Regards
Greg



------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Wizard        EMAIL:  gerg@snapgear.com
SnapGear Pty Ltd                               PHONE:    +61 7 3435 2888
825 Stanley St,                                  FAX:    +61 7 3891 3630
Woolloongabba, QLD, 4102, Australia              WEB:   www.snapgear.com


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

* Re: uclinux on MMU platforms - query
  2002-08-08  0:33   ` Greg Ungerer
@ 2002-08-08 11:42     ` David Weinehall
  2002-08-08 13:20       ` gerg
  0 siblings, 1 reply; 6+ messages in thread
From: David Weinehall @ 2002-08-08 11:42 UTC (permalink / raw)
  To: Greg Ungerer; +Cc: Alan Cox, linux-kernel, Amol Lad

On Thu, Aug 08, 2002 at 10:33:40AM +1000, Greg Ungerer wrote:
> Hi Alan,
> 
> Alan Cox wrote:
> >On Wed, 2002-08-07 at 06:46, Greg Ungerer wrote:
> >
> >>>  Can I run uClinux on platforms that has MMU
> >>
> >>You could, but why would you want to?
> >
> >
> >Being able to run true ucLinux on i386 makes debugging and verification
> >of software so much less painful sometimes. 
> 
> For some things yes. But it is a real pain trying to track
> down memory corruption and stack overflow problems in
> applications. They have a tendency to take your the whole system...

Wouldn't an ucLinux-version of uml be a good idea? :-)


Regards: David Weinehall
-- 
 /> David Weinehall <tao@acc.umu.se> /> Northern lights wander      <\
//  Maintainer of the v2.0 kernel   //  Dance across the winter sky //
\>  http://www.acc.umu.se/~tao/    </   Full colour fire           </

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

* Re: uclinux on MMU platforms - query
  2002-08-08 11:42     ` David Weinehall
@ 2002-08-08 13:20       ` gerg
  0 siblings, 0 replies; 6+ messages in thread
From: gerg @ 2002-08-08 13:20 UTC (permalink / raw)
  To: David Weinehall; +Cc: Alan Cox, linux-kernel, Amol Lad

Hi David,

David Weinehall wrote:
> On Thu, Aug 08, 2002 at 10:33:40AM +1000, Greg Ungerer wrote:
>>Alan Cox wrote:
>>
>>>On Wed, 2002-08-07 at 06:46, Greg Ungerer wrote:
>>>
>>>
>>>>> Can I run uClinux on platforms that has MMU
>>>>
>>>>You could, but why would you want to?
>>>
>>>
>>>Being able to run true ucLinux on i386 makes debugging and verification
>>>of software so much less painful sometimes. 
>>
>>For some things yes. But it is a real pain trying to track
>>down memory corruption and stack overflow problems in
>>applications. They have a tendency to take your the whole system...
> 
> 
> Wouldn't an ucLinux-version of uml be a good idea? :-)

Yeah :-)

We sort of have better than that now. There are quite a few
emulators that run under standard Linux that will quite happliy
run uClinux. There is xcopilot (m68328), coldfire (5206),
ARMulator (ARM), tsim (SPARC leon) and or1ksim (OPENcores OR1000).
I am sure there is more!

Regards
Greg


------------------------------------------------------------------------
Greg Ungerer  --  Chief Software Wizard        EMAIL:  gerg@snapgear.com
Snapgear Pty Ltd                               PHONE:    +61 7 3279 1822
825 Stanley St,                                  FAX:    +61 7 3279 1820
Woolloongabba, QLD, 4102, Australia              WEB:   www.SnapGear.com


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

end of thread, other threads:[~2002-08-08 13:16 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-07  5:46 uclinux on MMU platforms - query Greg Ungerer
2002-08-07 11:30 ` Alan Cox
2002-08-08  0:33   ` Greg Ungerer
2002-08-08 11:42     ` David Weinehall
2002-08-08 13:20       ` gerg
  -- strict thread matches above, loose matches on Subject: below --
2002-08-06 16:04 Amol Lad

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