CosmosOS / Cosmos

Cosmos is an operating system "construction kit". Build your own OS using managed languages such as C#, VB.NET, and more!
https://www.goCosmos.org
BSD 3-Clause "New" or "Revised" License
2.94k stars 552 forks source link

Cosmos does not register keys on real hardware #2908

Closed blackneeed closed 10 months ago

blackneeed commented 10 months ago

Area of Cosmos - What area of Cosmos are we dealing with?

OS/input

Expected Behaviour - What do you think that should happen?

Keys on the keyboard should work

Actual Behaviour - What unexpectedly happens?

Keys don't work

Reproduction - How did you get this error to appear?

When i booted up on real hardware no keys work, but on vmware everything works

Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?

User Kit C#

GoldenretriverYT commented 10 months ago

You have to use PS/2 Keyboard or enable PS/2 Emulation in your BIOS (if supported)

blackneeed commented 10 months ago

Thank you, this answered my question which i thought was a issue