Anatomy of a system call, part 1
Anatomy of a system call, part 1
Posted Jul 13, 2014 0:00 UTC (Sun) by gb (subscriber, #58328)Parent article: Anatomy of a system call, part 1
Why such a strange implementation taken - put values into registers, switch to ring 0, than put this values into stack? Isn't it make more sense to keep values in the registers till real syscall function which may, if it wants, push values to the stack?
