feat: further kernel power and power optimizations
This commit is contained in:
@@ -22,7 +22,7 @@ namespace Montauk {
|
||||
for (int i = 0; ver[i]; i++) outInfo->osVersion[i] = ver[i];
|
||||
outInfo->osVersion[5] = '\0';
|
||||
|
||||
outInfo->apiVersion = 2;
|
||||
outInfo->apiVersion = 3;
|
||||
outInfo->maxProcesses = Sched::MaxProcesses;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user