mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 10:15:57 +01:00
bisection: document our amazing bisect fu
This commit is contained in:
6
qemu-bisect-boot
Normal file
6
qemu-bisect-boot
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
git submodule update
|
||||
cd ..
|
||||
./build -aa -Q bisect -q
|
||||
./run -aa -E '/poweroff.out' -Q bisect
|
||||
Reference in New Issue
Block a user