dthain / basekernel

A simple OS kernel for research, teaching, and fun.
GNU General Public License v2.0
804 stars 109 forks source link

Keyboard input from MacOS to Redhat via X11 forwarding produces erroneous text in QEMU #251

Closed jmazanec15 closed 3 years ago

jmazanec15 commented 5 years ago

When ssh'ing into a Redhat machine from a Mac and running Basekernel, text forwarded from the keyboard to QEMU is mapped incorrectly. This is because QEMU notices it is running on Linux and expects the raw input to have the keyboard mapping of a PC. However, the keyboard mapping for Mac is different from that of a PC.

dthain commented 3 years ago

Obscure setup, but fixed up in #253