Update README.md
This commit is contained in:
parent
efe9ff6006
commit
31d51a9f2e
14
README.md
14
README.md
@ -15,12 +15,6 @@ Then you can check it on kernel module example:
|
|||||||
$ out-of-tree kernel autogen # generate kernels based on .out-of-tree.toml
|
$ out-of-tree kernel autogen # generate kernels based on .out-of-tree.toml
|
||||||
$ out-of-tree pew
|
$ out-of-tree pew
|
||||||
|
|
||||||
## Generate all kernels (does not required if you dont need to use `--guess`)
|
|
||||||
|
|
||||||
$ cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory
|
|
||||||
$ ./bootstrap.sh # more than 6-8 hours for all kernels
|
|
||||||
$ export OUT_OF_TREE_KCFG=$GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory/output/kernels.toml
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
Run by absolute path
|
Run by absolute path
|
||||||
@ -51,6 +45,14 @@ Use custom kernels config
|
|||||||
|
|
||||||
$ out-of-tree --kernels /path/to/kernels.toml pew
|
$ out-of-tree --kernels /path/to/kernels.toml pew
|
||||||
|
|
||||||
|
## Generate all kernels
|
||||||
|
|
||||||
|
Does not required if you dont need to use `--guess`.
|
||||||
|
|
||||||
|
$ cd $GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory
|
||||||
|
$ ./bootstrap.sh # more than 6-8 hours for all kernels
|
||||||
|
$ export OUT_OF_TREE_KCFG=$GOPATH/src/github.com/jollheef/out-of-tree/tools/kernel-factory/output/kernels.toml
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Read [Qemu API](qemu/README.md).
|
Read [Qemu API](qemu/README.md).
|
||||||
|
Loading…
Reference in New Issue
Block a user