Re: Can minimo run without file system support?

Doug Turner <[email protected]> Mon, 07 Nov 2005 14:50:06 -0800
Newsgroups gmane.comp.mozilla.devel.small-devices
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
This is possible depending on your limited size requirement. 
    Some files (specifically profile files), need to run in 
a r/w area.  For some devices/situations, these files can 
just be put in /tmp, then removed when the application exits.

Regards,
Doug


wizhu wrote:
> Hi,
> 
>  When I porting minimo to a new embedded system, I meet a
> 
>  problem, I do not have a file system but only a flash with very
> 
>  limited size on the embedded system. The flash can be used to
> 
>  store some general config  informations.
> 
>  I want to know if minimo can run without file system. Do I need to
> 
> trim some modules to fit this requirement?
> 
>  
> 
> Regards
> 
>  
> 
> Will
>