Implement interrupts

This commit is contained in:
2025-08-19 22:51:33 +02:00
parent 92ccd189e7
commit 3f6df79885
14 changed files with 455 additions and 101 deletions

6
kernel/hal/x86_64/isr.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef HAL_ISR_H_
#define HAL_ISR_H_
void isr_init(void);
#endif // HAL_ISR_H_