Closed 0xricksanchez closed 2 years ago
It would be dope to allow a user to specify some folder which houses subdirectories like this:
. |_ dir_a | |_ hello.c | |_ Makefile |_ dir_b |...
During compilation of the kernel these modules should automatically be compiled and loaded upon running the kernel later on. We should provide a dummy hello.c kernel module that showcases this
hello.c
Fixed in #111
It would be dope to allow a user to specify some folder which houses subdirectories like this:
During compilation of the kernel these modules should automatically be compiled and loaded upon running the kernel later on. We should provide a dummy
hello.c
kernel module that showcases this