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.
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.