tags:

views:

223

answers:

1

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...

A: 

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.

Joe Suarez