public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Fabian Scheler <fabian.scheler@gmail.com>
To: R Vamshi Krishna <vamshi@cse.iitb.ac.in>
Cc: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] OSEK compliance in eCos
Date: Fri, 24 Jun 2005 20:06:00 -0000	[thread overview]
Message-ID: <69dd805e05062413066cd6a188@mail.gmail.com> (raw)
In-Reply-To: <Pine.LNX.4.61.0506241736570.5855@mars.cse.iitb.ac.in>

Hi,

1.  As I already mentioned in a different thread, eCos is an operating
system usable also for hard real time systems.

2. When implement an OSEK compliance layer on top of eCos, how should
this eCos-based OSEK layer now be capable of doing hard real time? It
is still the same operating system kernel.

3. It might be quite hard to implement just an OSEK compliance layer.
You have to implement at least a different thread queue: the OSEK/VDX
standard demands that TASKs are activatanle several times and the
activation order has to be preserved. It might also get very tricky to
implement resources on ISR level and adopt the interrupt
synchronization mechanism.

4. The real strenght of OSEK based systems is, that you not just
configure the runtime system, like this is the case with eCos, but a
complete application. This makes it possible to generate an operating
system that perfectly suites the needs of an application (you might
wonder how many possiblities there are to optimize the implementation
of an operating system kernel, even if it is as simple as OSEK is).

Ciao, Fabian

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

      reply	other threads:[~2005-06-24 20:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-06-24 12:09 R Vamshi Krishna
2005-06-24 20:06 ` Fabian Scheler [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=69dd805e05062413066cd6a188@mail.gmail.com \
    --to=fabian.scheler@gmail.com \
    --cc=ecos-discuss@sources.redhat.com \
    --cc=vamshi@cse.iitb.ac.in \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).