Support for multiple client processes · Issue #549 · lkl/linux · GitHub
Skip to content

Support for multiple client processes #549

Description

@trungnt2910

This looks like a duplicate of #492, but with a different use case.

I'm starting a Windows driver project, and I want to use the Linux kernel as a library, so I'm having a look at this project.

The driver needs to manage multiple client processes running in userland. The driver already knows how to intercept syscalls, and I intend to forward these syscalls to LKL.

How much work would be required to add support for multiple processes? For my use case, the driver lives in the kernel region, so it doesn't have to perform mapping hacks across the address space like UML.

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