mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
baremetal: improve getting started
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
set -eu
|
||||
git submodule update
|
||||
cd ..
|
||||
./build-qemu --arch arm -Q bisect
|
||||
./run --arch arm -E '/poweroff.out' -Q bisect
|
||||
git submodule update --recursive
|
||||
cd ../..
|
||||
./build-qemu --arch aarch64 --qemu-build-id bisect
|
||||
./run --arch aarch64 --kernel-cli 'init=/poweroff.out' --qemu-build-id bisect
|
||||
|
||||
Reference in New Issue
Block a user