URL: https://linuxfr.org/forums/linux-redhat/posts/ajouter-un-module-hello-world-%C3%A0-linux Title: ajouter un module "hello World" à Linux Authors: zakarias Date: 2004年11月22日T09:48:41+01:00 Tags: Score: 0 bonjour, j'ai éssayé mon premier pas pour ajouter un module "hello world" sous le nom hello.o et au noyau linux 2.4.20-8 avec la commande insmod, aprés l'avoir compilé avec la commande : #GCC -o hello.o -c hello.c bien sur. mais il m'affiche " can't find the version the module is compiled for ! " comment il faut faire? merci.