Files
mop3/kernel/amd64/intr_defs.h
kamkow1 55ff95c897
All checks were successful
Build ISO image / build-and-deploy (push) Successful in 40s
Build documentation / build-and-deploy (push) Successful in 30s
Schedule inside of systick_irq
2026-04-12 11:21:51 +02:00

14 lines
334 B
C

#ifndef _KERNEL_AMD64_INTR_DEFS_H
#define _KERNEL_AMD64_INTR_DEFS_H
#define INTR_PS2KB 32
#define INTR_IDE_DRIVE_PRIM 33
#define INTR_IDE_DRIVE_SCND 34
#define INTR_XHCI 35
#define INTR_SYSTICK 80
#define INTR_CPU_REQUEST_SCHED 82
#define INTR_CPU_SPURIOUS 255
#endif // _KERNEL_AMD64_INTR_DEFS_H