https://github.com/silverplate3/eudyptulachallange
Solutions for the Linux Kernel eudyptula challenges
https://github.com/silverplate3/eudyptulachallange
Last synced: 4 months ago
JSON representation
Solutions for the Linux Kernel eudyptula challenges
- Host: GitHub
- URL: https://github.com/silverplate3/eudyptulachallange
- Owner: SilverPlate3
- Created: 2023-12-18T05:33:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-09T11:58:19.000Z (over 2 years ago)
- Last Synced: 2025-12-03T11:17:45.840Z (7 months ago)
- Language: Makefile
- Size: 255 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
My answers to the Eudyptula Challenge.
The Eudyptula Challenge is a series of 20 tasks regarding the Linux Kernel.
Each task touches a different aspect of the linux kernel. The tasks vary from:
Sending a kernel patch that fixes a [Sparse](https://www.kernel.org/doc/html/v4.12/dev-tools/sparse.html) warning
to, adding an ioctl that changes the volume label of a mounted fat32/fat16 filesystem.