Exceptions & RTTI in the C++ kernel
Posted: Mon Jul 21, 2008 7:45 am
(Sorry for my poor English)
I am developing a kernel in C++, and would like to use RTTI and exceptions. The compiler used is the DJGPP (GCC 4). I ask this because I don't have found information anywhere.
I founded this References:
http://wiki.osdev.org/C_PlusPlus
http://www.osdever.net/tutorials/pdf/cpp_kernel.pdf
http://www.codesourcery.com/public/cxx-abi/abi-eh.html
http://www.codeproject.com/KB/cpp/exceptionhandler.aspx
http://wiki.osdev.org/Porting_GCC_to_your_OS
http://wiki.osdev.org/Porting_Newlib
http://wiki.osdev.org/OS_Specific_Toolchain
http://wiki.osdev.org/GCC_Cross-Compiler
But could not help me much. Does anyone already tried a kernel 100% in C++?
Thank you.
I am developing a kernel in C++, and would like to use RTTI and exceptions. The compiler used is the DJGPP (GCC 4). I ask this because I don't have found information anywhere.
I founded this References:
http://wiki.osdev.org/C_PlusPlus
http://www.osdever.net/tutorials/pdf/cpp_kernel.pdf
http://www.codesourcery.com/public/cxx-abi/abi-eh.html
http://www.codeproject.com/KB/cpp/exceptionhandler.aspx
http://wiki.osdev.org/Porting_GCC_to_your_OS
http://wiki.osdev.org/Porting_Newlib
http://wiki.osdev.org/OS_Specific_Toolchain
http://wiki.osdev.org/GCC_Cross-Compiler
But could not help me much. Does anyone already tried a kernel 100% in C++?
Thank you.