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

How do you install the kernel module? #74

Open
JL2210 opened this issue Jul 20, 2019 · 4 comments
Open

How do you install the kernel module? #74

JL2210 opened this issue Jul 20, 2019 · 4 comments

Comments

@JL2210
Copy link

JL2210 commented Jul 20, 2019

I'm trying to install the kernel module, however I can't figure out how to. How do I do this?

@rurban
Copy link
Owner

rurban commented Jul 20, 2019

./configure --disable-wchar && \
    make -s -j4 -f Makefile.kernel

and then recompile the kernel with this lib. I have never done it though

@JL2210
Copy link
Author

JL2210 commented Jul 20, 2019 via email

@rurban
Copy link
Owner

rurban commented Jul 20, 2019

Unfurtunately I cannot answer that. You'll have to look at the kernel config documentation how to build it with an external lib. You'll also need to patch it extensively to use it, eg memset => memset_s, ...

@JL2210
Copy link
Author

JL2210 commented Jul 20, 2019 via email

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