From 50937d44626a7697820c7e1f7f606dfcae15ed3c Mon Sep 17 00:00:00 2001 From: Scalpel_cp <165da7fc5536ee16440a98f161bfa866a8b94595G55xazV5> Date: Tue, 12 Aug 2008 21:24:03 +0000 Subject: [PATCH] Removed PCIBus and ATA call again to make VMWare work --- source/Cosmos/Cosmos.Hardware/Global.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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()); }