From f4d2f478cdd22446635a1fae3f5af259317f7bce Mon Sep 17 00:00:00 2001 From: Guru Das Srinagesh Date: Sat, 4 Feb 2017 15:26:08 -0800 Subject: [PATCH] Added README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e94c9df --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# My Eudyptula Challenge journey +This repository is intended to be the public collection of my solutions to +each of the tasks in the [Eudyptula Challenge](http://eudyptula-challenge.org/ +"The Eudyptula Challenge"). + +From the Challenge's webpage: +> The Eudyptula Challenge is a series of programming exercises for the Linux +> kernel, that start from a very basic "Hello world" kernel module, moving on +> up in complexity to getting patches accepted into the main Linux kernel +> source tree. + +In keeping with the spirit of the Challenge, and also its rules, I shall +abstain from posting answers to the tasks online while I'm still a participant. +I shall, however, post the task descriptions as and when I get new tasks, just +to keep track of when I began and ended individual tasks.