add a system call in linux kernel
摘要:by Torstan, 2011-10-4 23:08Today I successively add a system call in linux kernel, long foo(), to output the size of per-process kernel stack. The procedure is as follows.step1. add an entry to the end of system call table.torstan@stan:~/code/linux-2.6.24/arch/x86/kernel$ diff syscall_table_32.S.bk
阅读全文
posted @ 2012-02-18 22:35