Results 1 to 2 of 2
Hi,
First of all I don't want to go discussion regarding C v/s C++ in Linux kernel etc.
I just wanted to know or find out that is there any ...
- 03-22-2010 #1Just Joined!
- Join Date
- Mar 2010
- Posts
- 2
C++ in Linux Kernel
Hi,
First of all I don't want to go discussion regarding C v/s C++ in Linux kernel etc.
I just wanted to know or find out that is there any way available or possible that I can use C++ in my Linux kernel.
Anyone having some suggestion.
Thanks
- 03-22-2010 #2Linux User
- Join Date
- Jan 2006
- Posts
- 414
Sure, you'll just have to rewrite all the header files and most of the build system, and then do this to every kernel as it's upgraded, without support by any of the kernel dev's. Then you'll be able to add some C++ code that will only be usable by you, and won't make it into the official kernel.


Reply With Quote