Re: why only C?

2011-04-06 Thread StephanT
why dont we use some fully OOPs supportive language like JAVA or partial supportive language like C++ to construct Linux Kernel Hi Mohit, This is an old debate, which by the way extends to the whole embedded realm, not only to Linux. The best way to get an acceptable answer and

Re: why only C?

2011-04-06 Thread mohit verma
thanks a lot guys On Wed, Apr 6, 2011 at 11:07 PM, StephanT stman937-linew...@yahoo.comwrote: why dont we use some fully OOPs supportive language like JAVA or partial supportive language like C++ to construct Linux Kernel Hi Mohit, This is an old debate, which by the way extends

Re: why only C?

2011-04-04 Thread mohit verma
On Mon, Apr 4, 2011 at 1:19 AM, Bernd Petrovitsch be...@petrovitsch.priv.at wrote: Hi! On Mon, 2011-04-04 at 00:47 +0530, mohit verma wrote: [] As far as i can decipher , we impose Object oriented paradigm in kernel space using C : like using gates to allow only one way entry and

Re: why only C?

2011-04-04 Thread Bernd Petrovitsch
Hi! On Mon, 2011-04-04 at 06:00 +0530, Chaitannya Mahatme wrote: On Monday 04 April 2011 01:19 AM, Bernd Petrovitsch wrote: [...] On Mon, 2011-04-04 at 00:47 +0530, mohit verma wrote: [] As far as i can decipher , we impose Object oriented paradigm in kernel space using C :

why only C?

2011-04-03 Thread mohit verma
Hi list, I have a very basic question. As far as i can decipher , we impose Object oriented paradigm in kernel space using C : like using gates to allow only one way entry and binding functions to structures in a OOP fashion and trying to make them private to that structure only ,

Re: why only C?

2011-04-03 Thread Anuz Pratap Singh Tomar
On Sun, Apr 3, 2011 at 8:17 PM, mohit verma mohit89m...@gmail.com wrote: Hi list, I have a very basic question. As far as i can decipher , we impose Object oriented paradigm in kernel space using C : like using gates to allow only one way entry and binding functions to structures in a OOP

Re: why only C?

2011-04-03 Thread Daniel Baluta
On Sun, Apr 3, 2011 at 10:17 PM, mohit verma mohit89m...@gmail.com wrote: Hi list, I have a very basic question. How much time have you tried documenting on this topic [1]? thanks, Daniel. [1] http://answers.google.com/answers/threadview/id/718661.html

Re: why only C?

2011-04-03 Thread Chaitannya Mahatme
On Monday 04 April 2011 01:19 AM, Bernd Petrovitsch wrote: Hi! On Mon, 2011-04-04 at 00:47 +0530, mohit verma wrote: [] As far as i can decipher , we impose Object oriented paradigm in kernel space using C : like using gates to allow only one way entry and binding functions