0xricksanchez / like-dbg

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

Storing *N* compiled kernel versions on disk is not efficient. #124

Open 0xricksanchez opened 1 year ago

0xricksanchez commented 1 year ago

Currently, we're storing all extract and compiled kernels in kernel_root/. Each compiled version takes up a couple of GBs, which is not optimal. We should find a way to only store the necessary parts to reduce redundancy on disk.