Handle IRQs inside the kernel
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m42s

This commit is contained in:
2026-03-13 20:33:27 +01:00
parent 4760818118
commit 217179c9a0
84 changed files with 14517 additions and 1297 deletions

View File

@@ -146,7 +146,7 @@ static int32_t ps2kb_keycode (void) {
return c;
}
static void ps2kb_irq (void* arg, void* regs, struct reschedule_ctx* rctx) {
static void ps2kb_irq (void* arg, void* regs, bool user, struct reschedule_ctx* rctx) {
(void)arg, (void)regs;
uint64_t frb, fsq;