From e8176798691acfb1e1a086bc4338f4c0d3c11cdd Mon Sep 17 00:00:00 2001 From: "Liang Li (Euler)" Date: Thu, 16 Sep 2021 17:01:19 +0800 Subject: [PATCH] Add three sub directories for further use Signed-off-by: Liang Li (Euler) --- images/README.md | 6 ++++++ meta/README.md | 6 ++++++ tools/README.md | 6 ++++++ 3 files changed, 18 insertions(+) create mode 100644 images/README.md create mode 100644 meta/README.md create mode 100644 tools/README.md diff --git a/images/README.md b/images/README.md new file mode 100644 index 0000000..c2234c3 --- /dev/null +++ b/images/README.md @@ -0,0 +1,6 @@ +# images + +#### 介绍 + +Un-executable data blobs such as kernel images and disk images for VM could +be found in this dir. diff --git a/meta/README.md b/meta/README.md new file mode 100644 index 0000000..c56ce0b --- /dev/null +++ b/meta/README.md @@ -0,0 +1,6 @@ +# meta + +#### 介绍 + +ideas, design, draft, issues .. all kinds of un-catalogged can live in this +dir for a while. diff --git a/tools/README.md b/tools/README.md new file mode 100644 index 0000000..c7a275b --- /dev/null +++ b/tools/README.md @@ -0,0 +1,6 @@ +# tools + +#### 介绍 + +Assume there will be certain helper scripts as helper tool for ease of dev/debug +task around dysche. Then put it under this directory. -- Gitee