Is there anyway to get a key without irq1
Posted: Sat May 27, 2006 6:14 pm
Well I have a bit of a predicament with this new thing I'm trying to implement which basically will reset the OS excluding tables but I'm having a bit of trouble
In my kbd irq I have it to where when you push F4 it will give a warning that if you hit it again it will reset. everything is great except for on the second F4 it can never be done because I havent completed the interrupt and I really really don't want to step through the whole stack so that it is sent to an empty task(don't quite have multitasking in yet either so..) so really is there a way to get a key from the keyboard without using irq1
In my kbd irq I have it to where when you push F4 it will give a warning that if you hit it again it will reset. everything is great except for on the second F4 it can never be done because I havent completed the interrupt and I really really don't want to step through the whole stack so that it is sent to an empty task(don't quite have multitasking in yet either so..) so really is there a way to get a key from the keyboard without using irq1