From c28ce21ac46c37b401a3fd80e53a84545e6cd534 Mon Sep 17 00:00:00 2001 From: isa Date: Tue, 13 Feb 2024 16:08:34 -0500 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96beb40..a345e0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # bisdef -Instruction: -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". +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 \ No newline at end of file