mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-07-12 15:59:20 +00:00
Fix broken 32-bit kernel
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user