"Real time kernel" is just a kernel with a particular scheduler compiled in. It's not going to make your device faster. It just means jobs get executed differently than with other kernel schedulers. They get a more fair cpu time slice is all. This will actually make long running jobs take longer since there is more context switching between jobs all the time.
On Sun, Sep 18, 2011 at 3:54 PM, MegaDev <[email protected]> wrote: > Hi, > > I’m Tunisian student. > > I’m interesting in android. > > I’m asking what can we do add real time concept to android: > > Take a real time Linux OS and manage android layer to match > > Or don’t change the Linux part and work on the android layer and > manage it to be real time OS > > Or just develop a real time kernel as an application or API and with > it we can make other real time application or game. > > Thanks. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- Greg Donald -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

