Tool used to binary search tree kernel configs as last resort to resolve kernel config problems
Go to file
2024-02-13 16:08:34 -05:00
.gitignore Initial commit 2024-02-13 16:06:49 -05:00
bisdef.py Commit the working code 2024-02-13 16:07:59 -05:00
LICENSE Initial commit 2024-02-13 16:06:49 -05:00
README.md Update README.md 2024-02-13 16:08:34 -05:00

bisdef

Instructions:

  1. Run "diffconfig not_working_defconf working_defconf" from kernel source on two kernel configs to get a file named compare.defconfig with all changes.
  2. Name the not_working config "defconfig_clean"
  3. Run this script to produce a file called "defconfig".
  4. Alter numerator and denominator variables in the script to manually perform the bisection search