public inbox for ecos-maintainers@sourceware.org
 help / color / mirror / Atom feed
* ECOS
@ 2003-11-14 16:11 hjcho
  2003-11-17 14:20 ` ECOS Jonathan Larmour
  0 siblings, 1 reply; 5+ messages in thread
From: hjcho @ 2003-11-14 16:11 UTC (permalink / raw)
  To: ecos-maintainers

Hi,

IÂ’m Hyeonjoong Cho, a Ph.D student in Virginia Tech. We are looking for an 
appropriate hardware and software for our project. We initiated our project 
about the scheduling algorithm in multi-processor environment. As you know, it 
is about the development of an efficient algorithm to allocate tasks to multi 
processors. So, we need the operating system supporting SMP board and 
developing environment.

We found out your ECOS in the web and we have some questions to decide whether 
it is appropriate for our goal.

1.	Is ECOS supporting the SMP(symmetric multiprocessors)? If it is, what kind 
of board and CPU can it support? Can we purchase them together from you 
because we donÂ’t have any plan to develop hardwares.

2.	I want to know the price of OS and development tools.

3.	Can you tell me your opinion about whether your OS are appropriate for our 
project?



Thank you in advance.

Hyeonjoong Cho
hjcho@vt.edu
ECE, Vriginia Tech.

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

* Re: ECOS
  2003-11-14 16:11 ECOS hjcho
@ 2003-11-17 14:20 ` Jonathan Larmour
  0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Larmour @ 2003-11-17 14:20 UTC (permalink / raw)
  To: hjcho; +Cc: ecos-maintainers

hjcho wrote:
> Hi,
> 
> IÂ’m Hyeonjoong Cho, a Ph.D student in Virginia Tech. We are looking for an 
> appropriate hardware and software for our project. We initiated our project 
> about the scheduling algorithm in multi-processor environment. As you know, it 
> is about the development of an efficient algorithm to allocate tasks to multi 
> processors. So, we need the operating system supporting SMP board and 
> developing environment.
> 
> We found out your ECOS in the web and we have some questions to decide whether 
> it is appropriate for our goal.
> 
> 1.	Is ECOS supporting the SMP(symmetric multiprocessors)? If it is, what kind 
> of board and CPU can it support?

Yes it does, and it currently supports a standard PC with SMP in the 
public eCos port.

> Can we purchase them together from you 
> because we donÂ’t have any plan to develop hardwares.

You don't need to purchase eCos: it's available from the web site: 
http://ecos.sourceware.org/

You only need to pay money if you want things like a CD-ROM sent to you 
(link in sig) but that's a convenience thing.

> 2.	I want to know the price of OS and development tools.

$0

> 3.	Can you tell me your opinion about whether your OS are appropriate for our 
> project?

The eCos kernel comes with its own schedulers, although it was originally 
designed with a plug-in scheduler architecture so you can add your own 
scheduler in addition to the ones already there. Hopefully whatever you 
add should be able to fit into the existing design.

Currently only the "multi-level queue" scheduler, which is the default 
scheduler, supports SMP.

If you do make any interesting enhancements to eCos, we'd love to hear 
from you.

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--["No sense being pessimistic, it wouldn't work anyway"]-- Opinions==mine

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

* Re: eCos
  2003-06-06 20:15 eCos Baj, Michael
  2003-06-10  1:46 ` eCos Jonathan Larmour
@ 2003-06-23 15:35 ` Gary Thomas
  1 sibling, 0 replies; 5+ messages in thread
From: Gary Thomas @ 2003-06-23 15:35 UTC (permalink / raw)
  To: Baj, Michael; +Cc: eCos Maintainers

On Fri, 2003-06-06 at 14:14, Baj, Michael wrote:
> Greetings,
> 
> I am new to eCos and I am planning on using it to run some selected
> Linux applications on an embedded platform.  The application that I am
> intending on running needs to meet these requirements:
> 
> Note that your system MUST meet these requirements:
> 
> You must have readline and openssl and thier respective development
> packages. 
> You must be running Linux 2.4.x 
> You must have the Linux Kernel Sources package installed on your system.
> 
> Seeing these requirements, is eCos the right operating system for my
> purpose?

Probably not, since eCos is not an embedded Linux system.  It might be
possible to run your applications under eCos, but not without 
modification.  (For example, the packages that you mention have been
ported, but this is probably only part of the issue).

-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates

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

* Re: eCos
  2003-06-06 20:15 eCos Baj, Michael
@ 2003-06-10  1:46 ` Jonathan Larmour
  2003-06-23 15:35 ` eCos Gary Thomas
  1 sibling, 0 replies; 5+ messages in thread
From: Jonathan Larmour @ 2003-06-10  1:46 UTC (permalink / raw)
  To: Baj, Michael; +Cc: ecos-maintainers

Baj, Michael wrote:
> Greetings,
> 
> I am new to eCos and I am planning on using it to run some selected
> Linux applications on an embedded platform.  The application that I am
> intending on running needs to meet these requirements:
> 
> Note that your system MUST meet these requirements:
> 
> You must have readline and openssl and thier respective development
> packages. 
> You must be running Linux 2.4.x 
> You must have the Linux Kernel Sources package installed on your system.
> 
> Seeing these requirements, is eCos the right operating system for my
> purpose?

I don't think so because eCos is not Linux :-). While we have some 
compatible APIs, anything that has as specific requirements as that is 
obviously pretty tied to Linux.

HTH,

Jifl
-- 
eCosCentric    http://www.eCosCentric.com/    The eCos and RedBoot experts
--[ "You can complain because roses have thorns, or you ]--
--[  can rejoice because thorns have roses." -Lincoln   ]-- Opinions==mine

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

* eCos
@ 2003-06-06 20:15 Baj, Michael
  2003-06-10  1:46 ` eCos Jonathan Larmour
  2003-06-23 15:35 ` eCos Gary Thomas
  0 siblings, 2 replies; 5+ messages in thread
From: Baj, Michael @ 2003-06-06 20:15 UTC (permalink / raw)
  To: ecos-maintainers

Greetings,

I am new to eCos and I am planning on using it to run some selected
Linux applications on an embedded platform.  The application that I am
intending on running needs to meet these requirements:

Note that your system MUST meet these requirements:

You must have readline and openssl and thier respective development
packages. 
You must be running Linux 2.4.x 
You must have the Linux Kernel Sources package installed on your system.

Seeing these requirements, is eCos the right operating system for my
purpose?

Thanks for any help?

Michael Baj

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

end of thread, other threads:[~2003-11-17 14:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-11-14 16:11 ECOS hjcho
2003-11-17 14:20 ` ECOS Jonathan Larmour
  -- strict thread matches above, loose matches on Subject: below --
2003-06-06 20:15 eCos Baj, Michael
2003-06-10  1:46 ` eCos Jonathan Larmour
2003-06-23 15:35 ` eCos Gary Thomas

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 read-only IMAP folder(s) and NNTP newsgroup(s).