Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -675,6 +675,7 @@

## windows kernel driver with c++ runtime

- github.com/ntoskrnl7/crtsys (vcruntime + MS STL + UCRT in the Windows Kernel) ![Github stars](https://shields.io/github/stars/ntoskrnl7/crtsys?style=social) ![Github forks](https://shields.io/github/forks/ntoskrnl7/crtsys?style=social) ![Github watchers](https://shields.io/github/watchers/ntoskrnl7/crtsys?style=social)
- github.com/MiroKaku/ucxxrt (R3 / R0 C++ Runtime Lib) ![Github stars](https://shields.io/github/stars/MiroKaku/ucxxrt?style=social) ![Github forks](https://shields.io/github/forks/MiroKaku/ucxxrt?style=social) ![Github watchers](https://shields.io/github/watchers/MiroKaku/ucxxrt?style=social)
- github.com/jxy-s/stlkrn (C++ STL in the Windows Kernel with C++ Exception Support) ![Github stars](https://shields.io/github/stars/jxy-s/stlkrn?style=social) ![Github forks](https://shields.io/github/forks/jxy-s/stlkrn?style=social) ![Github watchers](https://shields.io/github/watchers/jxy-s/stlkrn?style=social)
- github.com/r1cky33/kernel_gdi_renderer ![Github stars](https://shields.io/github/stars/r1cky33/kernel_gdi_renderer?style=social) ![Github forks](https://shields.io/github/forks/r1cky33/kernel_gdi_renderer?style=social) ![Github watchers](https://shields.io/github/watchers/r1cky33/kernel_gdi_renderer?style=social)
Expand Down