Skip to content

Linux signals #7

Description

@ElvishJerricco

Linux has signals and interrupts that we may want to support. We can't interrupt the process instantly like Linux can, but we can probably wait for the next blocking syscall and dispatch signals at that time. It should be ok to run signals on top of the program's stack frame.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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