-
Notifications
You must be signed in to change notification settings - Fork 0
/
task_01
19 lines (15 loc) · 907 Bytes
/
task_01
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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 unloadable as well.
The Makefile should build the kernel module against the source for the
currently running kernel, or, use an environment variable to specify
what kernel tree to build it against.
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.