Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multiple client processes #549

Open
trungnt2910 opened this issue Nov 15, 2024 · 0 comments
Open

Support for multiple client processes #549

trungnt2910 opened this issue Nov 15, 2024 · 0 comments

Comments

@trungnt2910
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant