Tool used to binary search tree kernel configs as last resort to resolve kernel config problems
.gitignore | ||
bisdef.py | ||
LICENSE | ||
README.md |
bisdef
Instructions:
- Run "diffconfig not_working_defconf working_defconf" from kernel source on two kernel configs to get a file named compare.defconfig with all changes.
- Name the not_working config "defconfig_clean"
- Run this script to produce a file called "defconfig".
- Alter numerator and denominator variables in the script to manually perform the bisection search