-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IRQs not working #3
Comments
do you still want help with this? i see the help wanted tag |
Yes, but they are not highest priority right now. I do not fully understand the way to implement them, so will have to do some more research. |
ok, I will do some research and go through your headers to understand what you have going on. I am not entirely familiar with making an OS in C |
yeah me neither |
@GandelXIV OK i have poked around a bit and something seems to be broken as your interrupts only fire once even when re-binding it and when using |
@PQCraft OK, i will check if its not some compilation or bootloader bug. |
Or maybe i will just rewrite it completly. |
Did some research and it seems to be a problem with the GDT. |
In firmware/isr.c, irq_handler() never gets called (no idea why?)
The text was updated successfully, but these errors were encountered: