when system call takes place, there are several general methods are used to pass parameters between a running program and the operating system, except?
A:Pass parameters in registers
B:Store the parameters in a table in memory, and the table address is passed as a parameter in a register.
C:Share auto variable values with operating system
D:Push /store the parameters onto the stack by the program, and pop off the stack by operating system.