diff --git a/source/Cosmos/Cosmos.Hardware/Global.cs b/source/Cosmos/Cosmos.Hardware/Global.cs index 0cb1cb107..0a67468d8 100644 --- a/source/Cosmos/Cosmos.Hardware/Global.cs +++ b/source/Cosmos/Cosmos.Hardware/Global.cs @@ -24,14 +24,14 @@ namespace Cosmos.Hardware { Kernel.CPU.CreateIDT(true); Console.WriteLine(" Init PCIBus"); - PCIBus.Init(); + //PCIBus.Init(); // Old Console.WriteLine(" Init Keyboard"); Keyboard.Initialize(); // New Console.WriteLine(" Init ATA"); - Storage.ATA.ATA.Initialize(); + //Storage.ATA.ATA.Initialize(); //Device.Add(new PC.Bus.CPU.Keyboard()); }