ingnore invalid scancodes

This commit is contained in:
Eggert Jung
2025-04-28 01:49:09 +02:00
parent bccd23c0c6
commit 2c60b88849
4 changed files with 10 additions and 8 deletions

View File

@@ -43,7 +43,8 @@
* possible that the debug output in a multi core system is displayed
* on the wrong (previous) core.
*/
#define DBG nullstream
#include "arch/lapic.h"
#define DBG dout[LAPIC::getID()]
#include "../arch/core.h"
#include "../device/textstream.h"