#59930 - paladine - Sat Nov 05, 2005 6:50 pm
Is there any way to add SWI functions? From what I've read the SWI function array is stored in the BIOS and therefore you can't change them. I want to achieve a system call, a call made from user mode that ends up in the IRQ handler.
I was thinking of maybe setting up a short DMA transfer and have it fire an IRQ when finished. That would achieve the same effect in my mind.
I was thinking of maybe setting up a short DMA transfer and have it fire an IRQ when finished. That would achieve the same effect in my mind.