answered 2/15/2010 What Are The Three General Methods For Passing Parameters To The Operating System? 1) Pass parameters using registers(directly). 2) Store the parameters in a table in memory and the table address is passed in a register to the OS. 3) Push(store) the parameters onto a stack(by the program) and "pop" off by the Operating System.