execute a user process in the kernel

Bruce M Simpson bms at spc.org
Sat Sep 25 03:07:47 PDT 2004


On Fri, Sep 24, 2004 at 06:21:25PM +0200, Dag-Erling Smørgrav wrote:
> You could, of course, write a kernel API for creating processes from
> scratch.  They'd still need a parent, but you can use init(8) (pid 1)
> for that.

If we were to implement POSIX spawn(), we'd need something like this.
So this may be worth looking at.

BMS


More information about the freebsd-hackers mailing list