Click to See Complete Forum and Search --> : run a routine with arguments during bootup


littlebig
05-24-2001, 10:38 PM
I want to run a C routine with arguments during bootup? how to do? add the routine to rc3.d? but how to pass the arguments?
thanks! :confused:

TheMuso
05-25-2001, 03:45 AM
Why don't you compile it into a binary? You should have the utils like gcc at your disposal. Then put it into the boot process. Can't tell you exactly unless I know what distribution you are using.