Explore >> Select a destination


You are here

www.nickgregory.me
| | binarydebt.wordpress.com
3.8 parsecs away

Travel
| | System call table is an array of function pointers. It is defined in kernel space as variable sys_call_table and it contains pointers to functions which implement system calls. Index of each function pointer in the array is the system call number for that syscall. These are denoted by NR_* macros in header files, such as...
| | nickgregory.me
0.0 parsecs away

Travel
| | Security research, programming, and more.
| | xenophanes.net
5.3 parsecs away

Travel
| | [AI summary] The provided text is a detailed guide on creating a Linux kernel module that implements a character device with ioctl functionality. It walks through the process of setting up the module, defining the device structure, implementing open and release functions, adding ioctl support for adding two integers, and includes test code for user-space interaction. The guide also mentions additional resources for learning about Linux device drivers.
| | prodfiler.com
28.5 parsecs away

Travel
|