22 lines
1 KiB
Text
22 lines
1 KiB
Text
This is Task 01 of the Eudyptula Challenge
|
|
------------------------------------------
|
|
|
|
Write a Linux kernel module, and stand-alone Makefile, that when loaded
|
|
prints to the kernel debug log level, "Hello World!" Be sure to make
|
|
the module able to be unloaded as well.
|
|
|
|
The Makefile should be able to build the kernel module against the
|
|
source of the currently-running kernel as well as being able to accept
|
|
an arbitrary kernel sources directory from an environment variable.
|
|
|
|
Please show proof of this module being built, and running, in your
|
|
kernel. What this proof is is up to you. I'm sure you can come up with
|
|
something. Also be sure to send the kernel module you wrote, along with
|
|
the Makefile you created to build the module.
|
|
|
|
Remember to use your ID assigned in the Subject: line when responding to
|
|
this task, so that I can figure out who to attribute it to. You can
|
|
just respond to the task with the answers and all should be fine.
|
|
|
|
If you forgot, your id is "[redacted]". But of course you have not
|
|
forgotten that yet, you are better than that.
|