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 !