-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask_03
More file actions
21 lines (18 loc) · 982 Bytes
/
task_03
File metadata and controls
21 lines (18 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is Task 03 of the Eudyptula Challenge
------------------------------------------
Now that you have your custom kernel up and running, it's time to modify
it!
The tasks for this round are:
- Take the kernel git tree from Task 02 and change the Makefile to
modify the EXTRAVERSION field. Do this in a way that the
running kernel (after modifying the Makefile, rebuilding, and
rebooting) has the characters "-eudyptula" in the version string.
- Show proof of booting this kernel. Extra cookies when you provide
creative examples, especially if done in interpretive dance at your
local pub.
- Send a patch that shows the Makefile modified. Do this in a manner
that would be acceptable for merging in the kernel source tree.
(Hint, read the file Documentation/SubmittingPatches and follow the
steps there.)
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.