Subj : Re: I need to make a system() call from the kernel To : comp.os.linux From : Thomas D. Shepard Date : Thu Jul 29 2004 10:43 pm On Wed, 21 Jul 2004 06:32:44 -0700, Vernon Fuller wrote: > Is there a way to schedule a userland process from the kernel? I need > to make a system() call from an event that happens in the kernel. I have never tried this, but I don't see why a system call cannot be done within the kernel. I don't know if a "system()" function is available within the kernel (check the documentation) but surely you could at least write an assembly-language routine to set up the arguments and issue an "int 0x80" instruction. Why do you want to schedule a user process from the kernel? -- Thomas D. Shepard Sorry, you can't email me. (Email address is fake.) .