feat: scheduling, usermode, shell

This commit is contained in:
2026-02-17 19:17:01 +01:00
parent 20fa8a9be2
commit 605fbcbe42
46 changed files with 2622 additions and 98 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ namespace Drivers::PS2 {
SendCommand(CmdReadConfig);
config = ReadData();
config |= ConfigPort1Interrupt;
config |= ConfigPort1Interrupt | ConfigPort1Translation;
if (g_DualChannel) {
config |= ConfigPort2Interrupt;
}