mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
7 lines
210 B
Bash
Executable File
7 lines
210 B
Bash
Executable File
#!/usr/bin/env bash
|
|
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
|