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

shared libraries #2

Open
justincormack opened this issue Dec 25, 2013 · 1 comment
Open

shared libraries #2

justincormack opened this issue Dec 25, 2013 · 1 comment

Comments

@justincormack
Copy link
Member

If we renamed public symbols in the netbsd libs eg to __rumprun__name then we could load (host) shared libraries of NetBSD symbols, which we could construct from (pic) .a files.

We would have to rename all U symbols in the user code that are not rump syscalls or emul calls to this prefix.

@anttikantee
Copy link
Member

Should work in theory, although you need to exclude some toolchain-related symbols. See src/sys/rump/Makefile.rump::__archivebuild for a starting point.

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

No branches or pull requests

2 participants