随笔分类 -  linux内核

摘要:dmesg命令基于缓冲区打印信息dmesg -c可以清除该内存信息清除后demsg 命令不显示任何信息,但可以到/var/log/dmesg查看信息dmesg |tail 20dmesg |head 20dmesg |grep sdadmesg |grep ttydmesg |grep memorydmesg |grep DMAdmesg |grep usb[root@localhost var... 阅读全文
posted @ 2016-05-29 14:08 zengkefu 阅读(3507) 评论(1) 推荐(0) 编辑
摘要:[root@localhost log]# cat -n /root/xx.c 1 2 3 #include 4 5 void func(char *p) 6 { 7 *p = 'p'; 8 } 9 10 int main(int argc, char *argv[]) 11... 阅读全文
posted @ 2016-05-29 13:25 zengkefu 阅读(2349) 评论(0) 推荐(0) 编辑
摘要:参考:http://www.cnblogs.com/ahuo/category/72819.html http://blog.csdn.net/tenfyguo/article/details/8159176 http://blog.csdn.net/ylyuanlu/article/details/9115159 一.进程产生进程coredump 必备条件: uli... 阅读全文
posted @ 2016-05-28 21:03 zengkefu 阅读(526) 评论(0) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-20321537-id-3466022.html 阅读全文
posted @ 2016-05-28 18:17 zengkefu 阅读(144) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/xcywt/p/4998963.html系统定义符号集中声明在 /usr/src/kernels/linux-2.6.32/include/linux/syscalls.h中,其定义在不同的文件中eg: asmlinkage long sys_getpid(void); 在kernel/timer.c中定义 系统调用函数getpid ----->对... 阅读全文
posted @ 2016-05-27 18:06 zengkefu 阅读(330) 评论(0) 推荐(0) 编辑
摘要:[root@localhost log]# find / |grep syscall_table /usr/src/kernels/linux-2.6.32/arch/x86/kernel/syscall_table_32.S /usr/src/kernels/linux-2.6.32/arch/microblaze/kernel/syscall_table.S /usr/src/kernels... 阅读全文
posted @ 2016-05-27 17:59 zengkefu 阅读(538) 评论(0) 推荐(0) 编辑
摘要:http://blog.csdn.net/wudongxu/article/category/791519 阅读全文
posted @ 2016-05-27 17:38 zengkefu 阅读(164) 评论(0) 推荐(0) 编辑
摘要:原文 http://resources.infosecinstitute.com/system-address-map-initialization-x86x64-architecture-part-2-pci-express-based-systems/ 原文 http://resources.i 阅读全文
posted @ 2016-05-26 10:35 zengkefu 阅读(2794) 评论(0) 推荐(0) 编辑
摘要:http://stackoverflow.com/questions/6345020/linux-memory-buffer-vs-cache 阅读全文
posted @ 2016-05-26 09:22 zengkefu 阅读(154) 评论(0) 推荐(0) 编辑
摘要:https://dom.as/2014/03/31/mongo-io/ 阅读全文
posted @ 2016-05-26 09:15 zengkefu 阅读(123) 评论(0) 推荐(0) 编辑
摘要:http://events.linuxfoundation.org/events/archive/2015/linuxcon-europe 阅读全文
posted @ 2016-05-26 08:54 zengkefu 阅读(190) 评论(0) 推荐(0) 编辑
摘要:http://www.valleytalk.org/2014/12/30/%E5%AD%99%E9%92%9F%E7%A7%80-%E3%80%82%E3%80%8A-%E6%93%8D%E4%BD%9C%E7%B3%BB%E7%BB%9F%E6%95%99%E7%A8%8B-%E3%80%8B%E 阅读全文
posted @ 2016-05-26 08:53 zengkefu 阅读(519) 评论(0) 推荐(0) 编辑
摘要:http://kernel.taobao.org/index.php?title=Monthly_Kernel_Reports 阅读全文
posted @ 2016-05-26 08:41 zengkefu 阅读(563) 评论(0) 推荐(0) 编辑
摘要:http://www.ibm.com/developerworks/cn/linux/l-assembly/ 阅读全文
posted @ 2016-05-26 08:21 zengkefu 阅读(122) 评论(0) 推荐(0) 编辑
摘要:http://blog.chinaunix.net/uid-28897358-id-3775640.html 阅读全文
posted @ 2016-05-26 08:20 zengkefu 阅读(344) 评论(0) 推荐(0) 编辑
摘要:http://alanwu.blog.51cto.com/3652632/1286553 阅读全文
posted @ 2016-05-26 08:15 zengkefu 阅读(694) 评论(0) 推荐(0) 编辑
摘要:http://www.cnblogs.com/itech/archive/2012/05/15/2502284.html 阅读全文
posted @ 2016-05-26 08:13 zengkefu 阅读(111) 评论(0) 推荐(0) 编辑
摘要:http://www.seanyxie.com/wireshark%E6%8A%93%E5%8C%85%E5%9B%BE%E8%A7%A3-tcp%E4%B8%89%E6%AC%A1%E6%8F%A1%E6%89%8B%E5%9B%9B%E6%AC%A1%E6%8C%A5%E6%89%8B%E8%A 阅读全文
posted @ 2016-05-25 15:54 zengkefu 阅读(588) 评论(0) 推荐(0) 编辑
摘要:https://cs162.eecs.berkeley.edu/ 阅读全文
posted @ 2016-05-25 15:47 zengkefu 阅读(801) 评论(0) 推荐(0) 编辑
摘要:https://www.kernel.org/pub/linux/kernel/people/paulmck/ 阅读全文
posted @ 2016-05-25 15:08 zengkefu 阅读(681) 评论(0) 推荐(0) 编辑