Optimize memory usage

This commit is contained in:
Alex
2023-04-11 12:06:32 +03:00
parent c563bb395e
commit 411b468f71
10 changed files with 71 additions and 54 deletions

View File

@ -332,7 +332,7 @@ void KernelMainThread()
KPrint("Loading Drivers...");
DriverManager = new Driver::Driver;
KST_Shutdown();
KPrint("Fetching Disks...");
if (DriverManager->GetDrivers().size() > 0)
{