mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2025-08-01 15:39:55 +00:00
7 lines
192 B
Bash
Executable File
7 lines
192 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# https://cirosantilli.com/linux-kernel-module-cheat#bisection
|
|
set -eu
|
|
cd ../..
|
|
./build-gem5 --arch aarch64 --gem5-build-id bisect
|
|
./test-gdb --arch aarch64 --quit-on-fail
|