IRQ are don't work! :(

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
BlazeArch
Posts: 2
Joined: Mon Mar 27, 2023 11:07 am

IRQ are don't work! :(

Post by BlazeArch »

Hello! Can everyone help me, please? :(
IRQ in my os are not working! :(
If I calling any int 0x32 .. 0x47, they are making CPU exception :(

Link to my OS source code
Source code of IRQs are in kernel/cpu/irq.nim and kernel/cpu/irq.s

Sorry for my bad english :(
Octocontrabass
Member
Member
Posts: 5560
Joined: Mon Mar 25, 2013 7:01 pm

Re: IRQ are don't work! :(

Post by Octocontrabass »

Post Reply