mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
baremetal: symlink all programs that currently run on both userland and baremetal
This commit is contained in:
6
bisect-gem5-gdb
Executable file
6
bisect-gem5-gdb
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user