Skip to content
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

Closed
GandelXIV opened this issue May 3, 2021 · 8 comments
Closed

IRQs not working #3

GandelXIV opened this issue May 3, 2021 · 8 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@GandelXIV
Copy link
Owner

In firmware/isr.c, irq_handler() never gets called (no idea why?)

@GandelXIV GandelXIV added bug Something isn't working help wanted Extra attention is needed labels May 3, 2021
@calebrwalk5
Copy link

do you still want help with this? i see the help wanted tag

@GandelXIV
Copy link
Owner Author

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.

@calebrwalk5
Copy link

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

@GandelXIV
Copy link
Owner Author

yeah me neither

@PQCraft
Copy link
Contributor

PQCraft commented Jun 10, 2021

@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 -enable-kvm it will crash (which is not supposed to change behavior) so something is incorrect.

@GandelXIV
Copy link
Owner Author

@PQCraft OK, i will check if its not some compilation or bootloader bug.

@GandelXIV
Copy link
Owner Author

Or maybe i will just rewrite it completly.

@GandelXIV
Copy link
Owner Author

Did some research and it seems to be a problem with the GDT.

@GandelXIV GandelXIV pinned this issue Jun 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants