Call or Interrupt Gates

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
GSD

Call or Interrupt Gates

Post by GSD »

Hi @all,

currently, i'm using call gates for the system calls. Now i consider to use interrupt gates, because of the omitted parameter copy during stack switch.

Which will be the better choice ?

Rene
Keith

RE:Call or Interrupt Gates

Post by Keith »

Interrupt Gates, absolutely!
Post Reply