IRQs not working
In firmware/isr.c, irq_handler() never gets called (no idea why?)
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.
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 -enable-kvm it will crash (which is not supposed to change behavior) so something is incorrect.
@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.