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