This is the mail archive of the ecos-discuss@sourceware.cygnus.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: i386 questions



On Sat, 3 Jun 2000, Mike Friedrichs wrote:

> 
> does a 'linux synthetic target' mean that an ecos application will run
> on top of x86 linux. probably sounds elementary but the explanation is
> helpful.

Yes. It builds a linux binary. 

> 
> if this is the case what is being gained. it seems one of the advantages
> that ecos has is the small foot print for its os, but when you put on
> top of linux you are back to a very large foot print. the smallest linux
> embedded foot print that i've found still needs 2-8 meg of ram.
> 

The code will not run in real time(obviously, because it is
running on top of linux which itself is not a real time os). It can
however be used for debugging and unit testing of code.

--Vishal.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]