Nbr of interrupts
Posted: Mon Jul 05, 2004 3:58 pm
How many software interrupts can I have? Cause if I should use this instead of call gates, I spose I need lots of them
There's enough of them. Even the biggest OSes (like Linux or Windows) only use a few compared to the number available.How many software interrupts can I have?
What's the problem of using call gates? They function and are set up in a similar way than interrupts and they are known to be even faster (AFAIK).Cause if I should use this instead of call gates
You can use more than one routine for every interrupt/call gate.I spose I need lots of them