mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
8 lines
253 B
Bash
Executable File
8 lines
253 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# https://github.com/cirosantilli/linux-kernel-module-cheat#bisection
|
|
set -eu
|
|
git submodule update --recursive
|
|
cd ../..
|
|
./build-qemu --arch aarch64 --qemu-build-id bisect
|
|
./run --arch aarch64 --qemu-build-id bisect --quit-after-boot
|