mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 04:01:36 +01:00
qemu: build variants
This commit is contained in:
13
README.adoc
13
README.adoc
@@ -8445,6 +8445,19 @@ This technique is implemented semi-hackishly by moving symlinks around inside th
|
||||
|
||||
==== gem5 build variants
|
||||
|
||||
Analogous to the <<linux-kernel-build-variants>> but with the `-Q` option instead:
|
||||
|
||||
....
|
||||
./build
|
||||
git -C qemu checkout v2.12.0
|
||||
./build -Q v4.16
|
||||
git -C qemu checkout -
|
||||
./run
|
||||
./run -Q v4.16
|
||||
....
|
||||
|
||||
==== gem5 build variants
|
||||
|
||||
Analogous to the <<linux-kernel-build-variants>> but with the `-M` option instead:
|
||||
|
||||
....
|
||||
|
||||
Reference in New Issue
Block a user