nibblebits / PeachOS

Simple kernel designed for a online course
GNU General Public License v2.0
133 stars 55 forks source link

Incorrect typedef INTERRUPT_CALLBACK_FUNCTION #18

Open kingpric opened 1 year ago

kingpric commented 1 year ago

On file idt.h INTERRUPT_CALLBACK_FUNCTION should be typedef void (*INTERRUPT_CALLBACK_FUNCTION)(struct interrupt_frame *frame);

nibblebits commented 1 year ago

Thanks for that, I will correct it in a new video shortly