From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nielsen Linus To: ecos-discuss@sources.redhat.com Subject: RE: [ECOS] eCos API Date: Thu, 19 Apr 2001 01:01:00 -0000 Message-id: <63E7EC6F3685D311B640080006279198066A0528@visbur.siemens.se> X-SW-Source: 2001-04/msg00192.html > Hi, many RTOS e.g. WinCE, Paml, etc. allow user to use > it's API to > develop applications and download it to it's system. Now I > want to support > it. but don't know how to do it. As far as I know there is no support for dynamic loading of applications in eCOS. (But I do think it's kind of unfair to call WinCE and PalmOS RTOS'es. They do not play in the same league as eCOS, and are not targetted at the same type of applications. They could surely be called "embedded OS" but certainly not RTOS.) I an earlier project, not with eCOS though, we developed a separate API that wrapped the OS functionality using a jump table on a fixed address. Using that, we could load applications on the fly that called our functions via the jump table. /Linus