mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
gem5: arm linux kernel bisection result and script
This commit is contained in:
7
linux-bisect-boot-gem5
Normal file
7
linux-bisect-boot-gem5
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
cd ..
|
||||
# Rebuilds were failing without this.
|
||||
rm -rf out/arm/buildroot/build/linux-custom.bisect/
|
||||
./build -aa -L bisect
|
||||
./run -aa -E 'm5 exit' -L bisect -gu
|
||||
Reference in New Issue
Block a user