From 31d51a9f2e2589692a532e7a1b7cf7c344fa5480 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Sat, 1 Dec 2018 17:16:34 +0000 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 32ff945..e8d7fa5 100644 --- a/README.md +++ b/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 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 Run by absolute path @@ -51,6 +45,14 @@ Use custom kernels config $ 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 Read [Qemu API](qemu/README.md).