Update README.md

This commit is contained in:
Gaulthier Gain 2021-01-30 12:46:41 +01:00 committed by GitHub
parent f25637cdb7
commit 4a2c402dbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,11 @@ The Unikraft tools are a set of tools to automatically build images of operating
4. **Verification tool** to ensure that the functionality of the resulting, specialized OS+application matches that of the application running on a standard OS. The tool will also take care of ensuring software quality.
5. **Performance optimization tool** to analyse the running specialized OS+application and to use this information as input to the automatic build tools so that they can generate even more optimized images.
For now only the **Dependency analysis tool** and the **Automatic build tool** are available.
In addition, the toolchain contains helper tools such as:
- **Crawler tool** to create graph of dependencies of existing micro-libs.
- **Binary analyser tool** to extract various information of unikraft unikernel ELF files.
Note that the toolchain will be integrated to the [kraft](https://github.com/unikraft/kraft) repository in February/March (after some refactoring).
## Installation and documentation
@ -36,4 +40,4 @@ For installation and documentation, a wiki is available on this [address](https:
## Contribute
Unikraft tools is an open source project (under MIT license) and is currently hosted at https://github.com/gaulthiergain/tools. You are encouraged to download the code, examine it, modify it, and submit bug reports, bug fixes, feature requests, new features and other issues and pull requests.
Unikraft tools is an open source project (under MIT license) and is currently hosted at https://github.com/gaulthiergain/tools. You are encouraged to download the code, examine it, modify it, and submit bug reports, bug fixes, feature requests, new features and other issues and pull requests.