IRQs or PIT don't work, don't know why
Posted: Sat Jun 11, 2022 4:27 pm
I'm trying to make a simple OS by following JamesM's kernel development tutorials:
http://www.jamesmolloy.co.uk/tutorial_h ... 20PIT.html
But when I tried to implement PIT, nothing happened. I think it didn't work because the tutorial was using C and I was using C++, and I did something wrong while implementing it.
Here's the git repository: https://github.com/ardatdev/arus
What did I do wrong? I'm new to OS development and I have no idea what's wrong.
http://www.jamesmolloy.co.uk/tutorial_h ... 20PIT.html
But when I tried to implement PIT, nothing happened. I think it didn't work because the tutorial was using C and I was using C++, and I did something wrong while implementing it.
Here's the git repository: https://github.com/ardatdev/arus
What did I do wrong? I'm new to OS development and I have no idea what's wrong.