>>>>How to Get Currently Executing Instructions in Operating Systems<<<<

Dec 28, 2011 at 6:03am
Hi
I want to know which instruction is processed by Operating Systems currently. Can i take copy of these instructions ? Is it so... Is it possible to execute this instructions again?


Thanks
K Kanagaram
Last edited on Dec 28, 2011 at 6:03am
Dec 30, 2011 at 3:56pm
Erm... be more specific on "instructions" ... millions (if not billions) of instructions get processed every second.
Dec 31, 2011 at 1:46pm
If you meant processes then you should know that there are a lot of processes running but most of them just wait for some event to trigger them and then they process some data. Otherwise they "sleep"

I cannot help you on how to interact with c++ about this though.
Jan 2, 2012 at 10:39am
Now I understood how much difficult that task and I think most probably it is not possible...


Thanks For Your Comments
Jan 3, 2012 at 3:51pm
Almost anything is possible... If you really needed to find all the processes/instructions, I am sure the would be an OS hack.
Jan 4, 2012 at 12:13am
You probably need to be clear about what you want first.
Topic archived. No new replies allowed.