Re: [LINUX-KERNEL] C++ in linux kernel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: rohit h
Date: Monday, February 11, 2008 - 4:37 am

On Feb 8, 2008 9:24 PM, Jan Engelhardt <jengelh@computergmbh.de> wrote:

From the links given, I dig that following C++ features need runtime support:
   a. Pure virtual functions
   b. Global objects  : Needs compiler dependent changes
   c. new & delete : Can use kmalloc / kfree instead
   d. Run time type info
   e. Exceptions
I guess features d & e need considerable effort.
Apart from these, am I free to use other C++ features?
Where could I see the VMWare sources?



I don't want to compile entire kernel.
I only want to compile my module with g++ and insmod it.
Any hint on how to write the Makefile.

Thanks in advance,
Rohit
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LINUX-KERNEL] C++ in linux kernel, rohit h, (Thu Feb 7, 10:21 pm)
Re: C++ in linux kernel, KOSAKI Motohiro, (Thu Feb 7, 10:28 pm)
Re: [LINUX-KERNEL] C++ in linux kernel, Bernd Petrovitsch, (Fri Feb 8, 3:17 am)
Re: C++ in linux kernel, Andi Kleen, (Fri Feb 8, 6:39 am)
Re: [LINUX-KERNEL] C++ in linux kernel, Joonwoo Park, (Fri Feb 8, 8:14 am)
Re: [LINUX-KERNEL] C++ in linux kernel, Jan Engelhardt, (Fri Feb 8, 8:54 am)
Re: [LINUX-KERNEL] C++ in linux kernel, Joonwoo Park, (Fri Feb 8, 5:45 pm)
Re: [LINUX-KERNEL] C++ in linux kernel, rohit h, (Mon Feb 11, 4:37 am)
Re: [LINUX-KERNEL] C++ in linux kernel, vignesh babu bm, (Mon Feb 11, 4:49 am)
Re: [LINUX-KERNEL] C++ in linux kernel, Bernd Petrovitsch, (Mon Feb 11, 5:20 am)