mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-06 21:09:22 +00:00
Update files
This commit is contained in:
@ -61,8 +61,8 @@ namespace ACPI
|
||||
else if (Event & ACPI_POWER_BUTTON)
|
||||
{
|
||||
this->Shutdown();
|
||||
Time tm = ReadClock();
|
||||
while (tm.Second == ReadClock().Second)
|
||||
Time::Clock tm = Time::ReadClock();
|
||||
while (tm.Second == Time::ReadClock().Second)
|
||||
;
|
||||
outw(0xB004, 0x2000);
|
||||
outw(0x604, 0x2000);
|
||||
|
Reference in New Issue
Block a user