Hi,
this may not have to be a real-time question, but I am hoping someone knows the answer.  Someone told me that I can modify the file rc.sysinit so that I can have control of everything that happens when the machine boots.  Here is my ideal situation:
right after the machine is done booting and mounting the file systems, it goes and finds my program and runs it.  I would like my program to first get the current time down to a microsecnd, then "run it's function", then get the time again, and output the total execution time down to the nearest microsecond.  Then I dont care what happens after that.  I would like to make sure that nothing else could be running, like a daemon or something.  Is this the way to go or are there better ideas?
 
Thanks all,
 
Jeff

Reply via email to