diff --git a/README.md b/README.md index 4c9cb1e..d5897d5 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,35 @@ commande `dmesg`. J'utilise Gentoo et configure puis compile moi-même mon kernel. Je passe cette étape. + +### Tache 3 + +Patch basé sur la version `v6.2-rc5` du kernel Linux, créé avec la commande +`git format-patch -1 HEAD`. + +``` +From 6f41b705dbde5b42167c03b8d14ae695b226cb86 Mon Sep 17 00:00:00 2001 +From: rick +Date: Mon, 23 Jan 2023 16:49:42 +0100 +Subject: [PATCH] custom extraversion + +--- + Makefile | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Makefile b/Makefile +index c1ead4cd2342..d67f2f5eb831 100644 +--- a/Makefile ++++ b/Makefile +@@ -2,7 +2,7 @@ + VERSION = 6 + PATCHLEVEL = 2 + SUBLEVEL = 0 +-EXTRAVERSION = -rc5 ++EXTRAVERSION = -eudyptula + NAME = Hurr durr I'ma ninja sloth + + # *DOCUMENTATION* +-- +2.39.1 +```