mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
bisection: update section, add gem5 linux boot bisect script
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#!/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 --kernel-cli 'init=/lkmc/linux/poweroff.out' --qemu-build-id bisect
|
||||
./run --arch aarch64 --qemu-build-id bisect --quit-after-boot
|
||||
|
||||
Reference in New Issue
Block a user