mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-09 01:32:58 +00:00
Removed PCIBus and ATA call again to make VMWare work
This commit is contained in:
parent
bc3fe9243b
commit
50937d4462
1 changed files with 2 additions and 2 deletions
|
|
@ -24,14 +24,14 @@ namespace Cosmos.Hardware {
|
||||||
Kernel.CPU.CreateIDT(true);
|
Kernel.CPU.CreateIDT(true);
|
||||||
|
|
||||||
Console.WriteLine(" Init PCIBus");
|
Console.WriteLine(" Init PCIBus");
|
||||||
PCIBus.Init();
|
//PCIBus.Init();
|
||||||
|
|
||||||
// Old
|
// Old
|
||||||
Console.WriteLine(" Init Keyboard");
|
Console.WriteLine(" Init Keyboard");
|
||||||
Keyboard.Initialize();
|
Keyboard.Initialize();
|
||||||
// New
|
// New
|
||||||
Console.WriteLine(" Init ATA");
|
Console.WriteLine(" Init ATA");
|
||||||
Storage.ATA.ATA.Initialize();
|
//Storage.ATA.ATA.Initialize();
|
||||||
//Device.Add(new PC.Bus.CPU.Keyboard());
|
//Device.Add(new PC.Bus.CPU.Keyboard());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue