QEMU not sending 0xE0 before "special" keys
Posted: Fri Jan 12, 2018 4:38 pm
Hi
When I try my OS on real hardware, BOCHS and Virtual Box, I always receive the 0xE0 code when pressing "special" keys like AltGr and DELETE. But with QEMU, I don't :/
I only receive the part after the 0xE0
Here is the command I use to start QEMU (Windows 10):
Is it me doing something wrong or is it a BUG ?
Thanks !
When I try my OS on real hardware, BOCHS and Virtual Box, I always receive the 0xE0 code when pressing "special" keys like AltGr and DELETE. But with QEMU, I don't :/
I only receive the part after the 0xE0
Here is the command I use to start QEMU (Windows 10):
Code: Select all
qemu-system-i386 -kernel bin/MemeOS.bin
Thanks !