PeachOS
PeachOS copied to clipboard
Incorrect typedef INTERRUPT_CALLBACK_FUNCTION
On file idt.h INTERRUPT_CALLBACK_FUNCTION should be
typedef void (*INTERRUPT_CALLBACK_FUNCTION)(struct interrupt_frame *frame);
Thanks for that, I will correct it in a new video shortly