Add memory manager tests

This commit is contained in:
Justin C. Miller
2018-05-08 21:53:27 -07:00
parent 0f54630725
commit 1dce0f265d
10 changed files with 13301 additions and 58 deletions

3
src/kernel/cpprt.cpp Normal file
View File

@@ -0,0 +1,3 @@
extern "C" {
void __cxa_pure_virtual() { while(1); }
}