syscall table
January 13, 2008 1 Comment
/usr/src/linux-2.6.20/arch/i386/kernel/syscall_table.S
There are many times I am stumped as to what an interupt is doing. This is of course specified in the eax regisrter. A good starting point is the above file. More research will probably specify what the other registers are doing.
/usr/include/asm/unistd_32.h will also give you this information.