0xricksanchez / like-dbg

Fully dockerized Linux kernel debugging environment
MIT License
737 stars 58 forks source link

Allow adding custom kernel modules #107

Closed 0xricksanchez closed 2 years ago

0xricksanchez commented 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

0xricksanchez commented 2 years ago

Fixed in #111