mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-30 13:24:27 +01:00
config: update example to new mechanism
This commit is contained in:
10
README.adoc
10
README.adoc
@@ -11257,11 +11257,19 @@ It gets annoying to retype `--arch aarch64` for every single command, or to reme
|
|||||||
So simplify that, do:
|
So simplify that, do:
|
||||||
|
|
||||||
....
|
....
|
||||||
cp config.example data/config
|
cp config.py data/
|
||||||
....
|
....
|
||||||
|
|
||||||
and then edit the `data/config` file to your needs.
|
and then edit the `data/config` file to your needs.
|
||||||
|
|
||||||
|
Source: link:config.py[]
|
||||||
|
|
||||||
|
You can also choose a different configuration file explicitly with:
|
||||||
|
|
||||||
|
....
|
||||||
|
./run --config data/config2.py
|
||||||
|
....
|
||||||
|
|
||||||
=== Build the documentation
|
=== Build the documentation
|
||||||
|
|
||||||
You don't need to depend on GitHub:
|
You don't need to depend on GitHub:
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
#!/usr/bin/env python
|
|
||||||
arch = 'aarch64'
|
|
||||||
gem5 = True
|
|
||||||
run_id = 'asdf'
|
|
||||||
Reference in New Issue
Block a user