I want to use the full STL in the kernel
- Support for user mode C++ exceptions.
- Support for kernel mode C++ exceptions.
- Support STL for kernel mode
-
Build it
-
Copy
ucxxrt/ucxxrt
folder to your project. -
Add Existing Property Sheet, select
ucxxrt.props
- Define
_KERNEL_MODE
macro before all header files. - Rename "DriverEntry" to "DriverMain".
Please refer to the example (unittest
) for more