This commit is contained in:
root
2017-04-14 12:11:24 +08:00
parent 3b6387ab59
commit 75ca866cb8
24 changed files with 1897 additions and 22 deletions

Binary file not shown.

View File

@@ -1 +0,0 @@
kernel//home/hacker/git/Linux_Scull/test_kernel/code/scull.ko

Binary file not shown.

View File

@@ -1,21 +0,0 @@
#include <linux/module.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>
MODULE_INFO(vermagic, VERMAGIC_STRING);
__visible struct module __this_module
__attribute__((section(".gnu.linkonce.this_module"))) = {
.name = KBUILD_MODNAME,
.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
.exit = cleanup_module,
#endif
.arch = MODULE_ARCH_INIT,
};
static const char __module_depends[]
__used
__attribute__((section(".modinfo"))) =
"depends=";

Binary file not shown.

Binary file not shown.