Skip to content

Support for multiple processes #492

@LHLaurini

Description

@LHLaurini

/* TODO(pscollins): We don't support fork() for now, but maybe one day
* we will? */

#define sys_clone sys_ni_syscall
#define sys_vfork sys_ni_syscall

Right now, the fork, vfork and clone syscalls are not implemented. Is it possible to add support for multiple processes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions