This repository was archived by the owner on Jul 17, 2023. It is now read-only.
Open
Conversation
This commit adds a new series of commands "devel" which allows to interact with the go toolchain. These tools can either be built locally (`go` must be installed) or via Docker (`make docker-gotools`). Each tool of the toolchain can thus be launched via the following command: kraft-devel-*. Note: at this stage, the toolchain is still in beta. Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
In this commit, we migrate the latest changes of the `common` package to the kraft repo. Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
In this commit, we migrate the latest changes of the `depender` package to the kraft repo. In addition, we improved the dependency analyser by adding mac OS support, and improving static and dynamic analysis. Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
In this commit, we migrate the latest changes of the `builder` package to the kraft repo. In addition, we improved the builder tool with minor changes. Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
In this commit, we migrate the latest changes of the `crawler` package to the kraft repo. Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
In this commit, we add a binary-analyser tool especially developed to analyse the layout of unikernel images. This binary-analyser has several utilities such as detecting micro-libs mapping, comparing pages, finding specific functions, and so on. Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
In this commit, we migrate the latest changes of the `support` package to the kraft repo. We divided the `support` into three different categories. The first one `binary_analyser` contains an example file used for the binary analysis. The second one `test_files` contains several tests used for the dynamic analysis. And finally the last one `config_files` contains configuration files for the dynamic analysis. Signed-off-by: Gaulthier Gain <gaulthier.gain@uliege.be>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add the go toolchain to Kraft. This patch series adds a new series of
kraft-develcommands that allowsto interact with the go toolchain to help developers to build unikernels.
At this stage, the toolchain is still in beta mode.