From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19859 invoked by alias); 17 Nov 2003 14:20:09 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 19844 invoked from network); 17 Nov 2003 14:20:06 -0000 Message-ID: <3FB8D912.4070507@eCosCentric.com> Date: Mon, 17 Nov 2003 14:20:00 -0000 From: Jonathan Larmour User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.4) Gecko/20030703 X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: hjcho Cc: ecos-maintainers@ecos.sourceware.org Subject: Re: ECOS References: <3FBBAA03@zathras> In-Reply-To: <3FBBAA03@zathras> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-SW-Source: 2003-11/txt/msg00014.txt.bz2 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