rewrite: add freq functions

This commit is contained in:
Lightos1
2026-03-20 20:43:08 +01:00
parent d525991beb
commit 2dbd436307
7 changed files with 410 additions and 1 deletions

View File

@@ -263,7 +263,6 @@ void Board::Initialize()
threadCreate(&gpuLThread, gpuLoadThread, NULL, NULL, 0x1000, 0x3F, -2);
threadStart(&gpuLThread);
leventClear(&threadexit);
threadCreate(&cpuCore0Thread, CheckCore, &idletick0, NULL, 0x1000, 0x10, 0);
threadCreate(&cpuCore1Thread, CheckCore, &idletick1, NULL, 0x1000, 0x10, 1);