2012年2月18日

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 Torstan 阅读(405) 评论(0) 推荐(0) 编辑

how to compile and install linux kernel

摘要: by Torstan 2011-7-3 13:20In this weekend, I just want to try compiling and installing linux kernel. The root cause is I am a programmer having 3 years working experience. After 2 days, I succeeded. I am so happy. Now I am recording the flow.Before all steps, I describe the environment I used. I have 阅读全文

posted @ 2012-02-18 22:33 Torstan 阅读(359) 评论(0) 推荐(0) 编辑

导航