2014年6月14日

摘要: #include #include #include #include /* defines GFP_KERNEL */#include #include #include #include struct module *module_list = NULL;int freeing_module... 阅读全文
posted @ 2014-06-14 16:42 xfwei 阅读(468) 评论(0) 推荐(0) 编辑
 
摘要: /** linux/kernel/panic.c** Copyright (C) 1991, 1992 Linus Torvalds*//** This function is used through-out the kernel (includeinh mm and fs)* to indica... 阅读全文
posted @ 2014-06-14 16:42 xfwei 阅读(447) 评论(0) 推荐(0) 编辑
 
摘要: ## Makefile for the linux kernel.## Note! Dependencies are done automagically by 'make dep', which also# removes any old dependencies. DON'T put your ... 阅读全文
posted @ 2014-06-14 16:41 xfwei 阅读(229) 评论(0) 推荐(0) 编辑
 
摘要: /** linux/mm/vmalloc.c** Copyright (C) 1993 Linus Torvalds*/#include #include #include #include #include #include #include #include #include #include ... 阅读全文
posted @ 2014-06-14 16:41 xfwei 阅读(458) 评论(0) 推荐(0) 编辑
 
摘要: /** linux/mm/mmap.c** Written by obz.*/#include #include #include #include #include #include #include #include #include #include #include static int a... 阅读全文
posted @ 2014-06-14 16:40 xfwei 阅读(811) 评论(0) 推荐(0) 编辑
 
摘要: /** linux/mm/swap.c** Copyright (C) 1991, 1992 Linus Torvalds*//** This file should contain most things doing the swapping from/to disk.* Started 18.1... 阅读全文
posted @ 2014-06-14 16:40 xfwei 阅读(424) 评论(0) 推荐(0) 编辑
 
摘要: /** linux/mm/memory.c** Copyright (C) 1991, 1992 Linus Torvalds*//** demand-loading started 01.12.91 - seems it is high on the list of* things wanted,... 阅读全文
posted @ 2014-06-14 16:39 xfwei 阅读(417) 评论(0) 推荐(0) 编辑

2014年6月7日

摘要: 1、到官网下载poco-1.4.6p4-all.tar.gz,地址为http://pocoproject.org/download/index.html2、同时下载说明文档3、根据说明文档执行安装3.1 make --version,查看make编译器版本3.2 tar -xvf poco-X.Y.... 阅读全文
posted @ 2014-06-07 09:19 xfwei 阅读(2694) 评论(0) 推荐(1) 编辑
 
摘要: /** linux/mm/kmalloc.c** Copyright (C) 1991, 1992 Linus Torvalds & Roger Wolff.** Written by R.E. Wolff Sept/Oct '93.**/#include #include #include #de... 阅读全文
posted @ 2014-06-07 08:19 xfwei 阅读(385) 评论(0) 推荐(0) 编辑
 
摘要: ## Makefile for the linux memory manager.## Note! Dependencies are done automagically by 'make dep', which also# removes any old dependencies. DON'T p... 阅读全文
posted @ 2014-06-07 08:18 xfwei 阅读(254) 评论(0) 推荐(0) 编辑