Anonymous

What Are The Three General Methods For Passing Parameters To The Operating System?

3

3 Answers

Anonymous Profile
Anonymous answered
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.
Anonymous Profile
Anonymous answered
If you want to do it right -- then do it in ASSEMLY Language most right the code to C++ and then it transmitted through system perams to the CPU
Anonymous Profile
Anonymous answered
You must be a sunway college student arent you?
This semester you r taking fundamental of operating system subject...
And you r miss aishah student!!!  you r FAG!!!

Answer Question

Anonymous