Kernel now boots on BIOS systems

This commit is contained in:
Alex
2022-11-07 11:17:06 +02:00
parent b60ec62bde
commit 6409dfdf0b
5 changed files with 21 additions and 12 deletions

View File

@ -44,6 +44,7 @@ namespace Power
*/
void Shutdown();
void InitDSDT();
Power();
~Power();
};