mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-27 14:02:19 +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);
|
||||
|
||||
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());
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue