This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

Re: Hard-Realtime behaviour


IFAIK a "Hard" real-time OS is an Operting System in which the worst-case
execution time of the system calls is either known beforehand or
computable based on the how the application is configured (aka no. of
threads, no. of interrupting sources, their periodicity) etc.. but I have
not been successful.

you have not been successful regarding what? - to show that all parts of the kernel API have deterministic behaviour or are suitable for a use in hard real-time systems? Which ones? Maybe you should restrict the usage of the kernel API to achive hard real-time compliance (e.g. abstaining the processor voluntarily makes the analysis of any real-time system nasty!!) ?

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


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