Calling the IDT and ISR at the same time crashes the OS
Posted: Mon Nov 15, 2021 10:07 pm
Hey,
I've got a newbie problem - Calling the IDT and ISR at the same time crashes my OS, and calling the IDT and a init_video() crashes the OS.
What I've done so far:
I followed the tutorial linked here: https://www.youtube.com/watch?v=EpFUzjYehxs ad a base and am now continuing with Brans Kernel Development Tutorial. I wrote functions to control the screen based on his code as well.
How I have tried to fix it:
I've looked everywhere online and have even restarted the project twice. So I really have no idea what is wrong.
The Code:
The code can be found here: https://github.com/zachary-d-r/Os-Problem-Code
Again, I'm sorry for the newbie question, I am just really lost on how to get this to work.
I've got a newbie problem - Calling the IDT and ISR at the same time crashes my OS, and calling the IDT and a init_video() crashes the OS.
What I've done so far:
I followed the tutorial linked here: https://www.youtube.com/watch?v=EpFUzjYehxs ad a base and am now continuing with Brans Kernel Development Tutorial. I wrote functions to control the screen based on his code as well.
How I have tried to fix it:
I've looked everywhere online and have even restarted the project twice. So I really have no idea what is wrong.
The Code:
The code can be found here: https://github.com/zachary-d-r/Os-Problem-Code
Again, I'm sorry for the newbie question, I am just really lost on how to get this to work.