mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 18:25:57 +01:00
7 lines
199 B
Bash
Executable File
7 lines
199 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# https://github.com/cirosantilli/linux-kernel-module-cheat#bisection
|
|
set -eu
|
|
cd ../..
|
|
./build-gem5 --arch aarch64 --gem5-build-id bisect
|
|
./test-gdb --arch aarch64 --quit-on-fail
|