Eudyptula Task2

This is Task 02 of the Eudyptula Challenge ------------------------------------------ Now that you have written your first kernel module, it's time to take off the training wheels and move on to building a custom kernel. No more distro kernels for you, for this task you must run your own kernel. And use git! Exciting isn't it! No, oh, ok... The tasks for this round is: - download Linus's latest git tree from git....

June 1, 2022 · 11 min · 2287 words · ayedaemon

Eudyptula Task1

What is this? 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. Unfortunately, this project is not accepting any new applicants right now. So I decided to gather tasks details from other online sources and complete them locally. Task-1 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!...

May 25, 2022 · 7 min · 1443 words · ayedaemon