-
Notifications
You must be signed in to change notification settings - Fork 112
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
kernel version #1
Comments
I have the same questions on /home/cpchung/code/ldd4/misc-modules/seq.c: In function ‘ct_init’: |
Just submitted the changes to fix this issue. Still working on one more issue in same code base related to proc file access. One can follow in forked version: https://github.com/pkumarg/ldd4 |
I found a transplant for linux 5.10 https://github.com/d0u9/Linux-Device-Driver. Maybe helpful. |
Which kernel are you building this against? When I try to build this on a kernel > 3.10 I get this error
This can be fixed by using
proc_create
(seeDocumentation/filesystems/seq_file.txt
from the latest tree line 65 for reference or search for create_proc here https://www.kernel.org/doc/Documentation/filesystems/seq_file.txt)After fixing that more errors pop up, so I'd like to know which kernel you intend to base the latest book off of so I might try to compile these myself.
The text was updated successfully, but these errors were encountered: