Implement interrupts
This commit is contained in:
6
kernel/hal/x86_64/isr.h
Normal file
6
kernel/hal/x86_64/isr.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef HAL_ISR_H_
|
||||
#define HAL_ISR_H_
|
||||
|
||||
void isr_init(void);
|
||||
|
||||
#endif // HAL_ISR_H_
|
Reference in New Issue
Block a user