This repository contains a Docker image to assess the number of lines of code (LOCs) of strictly programming languages in a specific version of the Linux kernel mainline (default is version 6.17)
dockerdocker compose
In the root of this directory, run
docker compose up --buildand you will see the number of LOCs printed in the standard output.
Change the value of the KERNEL_VER environment variable inside the Dockerfile.