Fix broken 32-bit kernel

This commit is contained in:
Alex
2023-08-24 03:13:36 +03:00
parent bef0897442
commit 7842b6310d
10 changed files with 411 additions and 121 deletions

View File

@ -183,6 +183,8 @@ namespace CrashHandler
SafeFunction void HookKeyboard()
{
CPU::Interrupts(CPU::Enable);
debug("Interrupts are enabled, waiting for user input");
CrashKeyboardDriver kbd; /* We don't want to allocate memory. */
CPU::Halt(true);
}