mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 19:21:35 +01:00
getting started: explain 9p module rebuild
split networking and filesystem toplevel secions create closest overlayfs attempt so far and document it
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
static int myinit(void)
|
||||
{
|
||||
pr_info("hello init 2\n");
|
||||
pr_info("hello init\n");
|
||||
/* 0 for success, any negative value means failure,
|
||||
* E* consts if you want to specify failure cause.
|
||||
* https://www.linux.com/learn/kernel-newbie-corner-loadable-kernel-modules-coming-and-going */
|
||||
|
||||
Reference in New Issue
Block a user