Added ubsan

This commit is contained in:
Alex
2022-11-17 03:33:18 +02:00
parent 11641b1ff3
commit 2571c4f539
15 changed files with 410 additions and 26 deletions

View File

@ -47,6 +47,7 @@ void FetchDisks()
void KernelMainThread()
{
TaskManager->InitIPC();
Vector<AuxiliaryVector> auxv;
Tasking::TCB *CurrentWorker = nullptr;