Skip to content

Commit

Permalink
Update PCIExpress.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Samma2009 authored Aug 13, 2024
1 parent 98406c5 commit 01342ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Cosmos.Core/PCIE/PCIExpress.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ public static void Initialize()

var numEntries = (ACPI.MCFG->Header.Length - sizeof(ACPI.MCFGHeader) + sizeof(ACPI.MCFGEntry)) / sizeof(ACPI.MCFGEntry);
Console.WriteLine(numEntries + " PCIE entries");
Console.ReadKey();
for (int i = 0; i < numEntries; i++)
{
ACPI.MCFGEntry* Entries = &ACPI.MCFG->Entry0;
Expand Down

0 comments on commit 01342ae

Please sign in to comment.