mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
generate uml rootfs
This commit is contained in:
@@ -12,6 +12,7 @@ Hello world module.
|
||||
#include <linux/kernel.h>
|
||||
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_INFO(vermagic, "4.9.6 mod_unload ");
|
||||
|
||||
static int myinit(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user