mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-24 12:35:31 +00:00
Update Global.cs
"Start ACPI" replaced by "Starting ACPI"
This commit is contained in:
parent
1a9e83b632
commit
4eeb5ce5db
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ namespace Cosmos.HAL
|
||||||
|
|
||||||
public static void StartACPI()
|
public static void StartACPI()
|
||||||
{
|
{
|
||||||
Console.WriteLine("Start ACPI");
|
Console.WriteLine("Starting ACPI");
|
||||||
Core.ACPI.Start();
|
Core.ACPI.Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue