Compare commits

...

2 Commits

Author SHA1 Message Date
04edfd46bb
chore: rename workflow from 'Build OS' to 'Deploy Documentation'
[skip ci]

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 20:35:57 +02:00
082f2fb6f2
kernel: Fix release compilation on amd64
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 20:34:57 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
name: Build OS
name: Deploy Documentation
on:
push:

View File

@ -68,7 +68,7 @@ nsa bool CrashXHCIKeyboardDriver::TakeOwnership()
nsa bool CrashXHCIKeyboardDriver::Initialize()
{
int timeout = 10;
// int timeout = 10;
if (!TakeOwnership())
{
@ -192,7 +192,9 @@ nsa void CrashXHCIKeyboardDriver::OnInterruptReceived(CPU::TrapFrame *Frame)
Interrupter->IMAN.IP = 1;
if (!ops->USBSTS.EINT)
{
debug("!USBSTS.EINT");
}
// return;
ops->USBSTS.EINT = 1;