Re: execute a user process in the kernel

From: Bruce M Simpson (bms_at_spc.org)
Date: 09/25/04

  • Next message: Dag-Erling Smørgrav: "Re: execute a user process in the kernel"
    Date: Sat, 25 Sep 2004 03:07:40 -0700
    To: Dag-Erling Smørgrav <des@des.no>
    
    

    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
    _______________________________________________
    freebsd-hackers@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
    To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"


  • Next message: Dag-Erling Smørgrav: "Re: execute a user process in the kernel"