caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* [Caml-list] Q: caml for embedded system?
@ 2001-09-11  4:33 SooHyoung Oh
  2001-09-11  7:22 ` Olivier Bouyssou
  0 siblings, 1 reply; 3+ messages in thread
From: SooHyoung Oh @ 2001-09-11  4:33 UTC (permalink / raw)
  To: caml-list


Have anyone tried to use caml for embedded system with small memory,
or used caml for flash memory management?
As you know, some embedded system don't have any Operating System on it.
How about using the caml interpreter for such system?

===
SooHyoung Oh
Email: shoh@duonix.com      Web: www.duonix.com
Tel.: 02-3413-3730                C.P.: 011-453-4303


-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


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

* Re: [Caml-list] Q: caml for embedded system?
  2001-09-11  4:33 [Caml-list] Q: caml for embedded system? SooHyoung Oh
@ 2001-09-11  7:22 ` Olivier Bouyssou
  0 siblings, 0 replies; 3+ messages in thread
From: Olivier Bouyssou @ 2001-09-11  7:22 UTC (permalink / raw)
  To: SooHyoung Oh; +Cc: caml-list

Yes,
We use caml in our embedded product. Our Application work (in bytecode
mode)
on uClinux (http://www.uclinux.org) with the Coldfire processor.
We have 2 Mbyte of Flash and 8Mbyte of Ram.

Due to the lack of MMU, the stack size have to be fixed, that's a real
problem
with caml.

You can see our product at http://www.paratronic.fr/automatisme/opal.html

Olivier Bouyssou
Paratronic



SooHyoung Oh wrote:

> Have anyone tried to use caml for embedded system with small memory,
> or used caml for flash memory management?
> As you know, some embedded system don't have any Operating System on it.
> How about using the caml interpreter for such system?
> 
> ===
> SooHyoung Oh
> Email: shoh@duonix.com      Web: www.duonix.com
> Tel.: 02-3413-3730                C.P.: 011-453-4303
> 
> 
> -------------------
> Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
> To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr
> 
> 
> 


-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


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

* RE: [Caml-list] Q: caml for embedded system?
@ 2001-09-11 14:06 Michael Hicks
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Hicks @ 2001-09-11 14:06 UTC (permalink / raw)
  To: olivier.bouyssou, SooHyoung Oh; +Cc: caml-list

Speaking of Flash memory, you might be interested in some research we
did a couple of years ago that looks at Flash memory as a drop-in
replacement for RAM.  Interesting issues arise with copying garbage
collection, since Flash is write-once/erase-block, rather than write-
anywhere.  See http://www.cis.upenn.edu/~mwh/papers/flash.ps.

Mike

-----Original Message-----
From: Olivier Bouyssou [mailto:olivier.bouyssou@free.fr]
Sent: Tuesday, September 11, 2001 3:23 AM
To: SooHyoung Oh
Cc: caml-list
Subject: Re: [Caml-list] Q: caml for embedded system?


Yes,
We use caml in our embedded product. Our Application work (in bytecode
mode)
on uClinux (http://www.uclinux.org) with the Coldfire processor.
We have 2 Mbyte of Flash and 8Mbyte of Ram.

Due to the lack of MMU, the stack size have to be fixed, that's a real
problem
with caml.

You can see our product at
http://www.paratronic.fr/automatisme/opal.html

Olivier Bouyssou
Paratronic



SooHyoung Oh wrote:

> Have anyone tried to use caml for embedded system with small memory,
> or used caml for flash memory management?
> As you know, some embedded system don't have any Operating System on
it.
> How about using the caml interpreter for such system?
> 
> ===
> SooHyoung Oh
> Email: shoh@duonix.com      Web: www.duonix.com
> Tel.: 02-3413-3730                C.P.: 011-453-4303
> 
> 
> -------------------
> Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ:
http://caml.inria.fr/FAQ/
> To unsubscribe, mail caml-list-request@inria.fr  Archives:
http://caml.inria.fr
> 
> 
> 


-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.
fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives:
http://caml.inria.fr
-------------------
Bug reports: http://caml.inria.fr/bin/caml-bugs  FAQ: http://caml.inria.fr/FAQ/
To unsubscribe, mail caml-list-request@inria.fr  Archives: http://caml.inria.fr


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

end of thread, other threads:[~2001-09-11 14:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-11  4:33 [Caml-list] Q: caml for embedded system? SooHyoung Oh
2001-09-11  7:22 ` Olivier Bouyssou
2001-09-11 14:06 Michael Hicks

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).