What is the system call table variable name in the AIX kernel?
I know it's called sys_call_table[]
in the Linux kernel.
I am new to kernel programming. But I need to know in which variables in the kernel the system calls addresses are stored...
What is the system call table variable name in the AIX kernel?
I know it's called sys_call_table[]
in the Linux kernel.
I am new to kernel programming. But I need to know in which variables in the kernel the system calls addresses are stored...
I haven't had to concern myself with the AIX kernel for a while, but it has its own way of doing things. Have you run across Writing AIX Kernel Extensions in you research? I believe some of your questions might be addressed there.