Files
mop3/kernel/amd64/intr_defs.h
kamkow1 a8423fe657
All checks were successful
Build documentation / build-and-deploy (push) Successful in 27s
Better proc_kill () and process cleanup
2026-01-06 01:19:11 +01:00

15 lines
341 B
C

#ifndef _KERNEL_AMD64_INTR_DEFS_H
#define _KERNEL_AMD64_INTR_DEFS_H
/**
* @file
* Definitions for custom, nonstandard IDT entries. They have to be remapped
* by \ref amd64_resolve_irq into legacy IRQs.
*/
#define SCHED_PREEMPT_TIMER 80
#define TLB_SHOOTDOWN 81
#define CPU_REQUEST_SCHED 82
#endif // _KERNEL_AMD64_INTR_DEFS_H