Computer Science, asked by Gautamtyagi6344, 1 year ago

Describe three general methods for passing parameters to the operating system

Answers

Answered by guddi3910
5

1.store the parameter in a table in memory and the table adress is passed in a register to the operating system    2.pass parameter using registers(directly)    3.push(store) the parameter onto a stack (by the program) an "pop" off  by the operating system

Similar questions