kraftkit
kraftkit copied to clipboard
Build and use highly customized and ultra-lightweight unikernel VMs.
### Prerequisite checklist - [ ] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [ ] Tested your changes against relevant architectures and platforms; - [...
### Prerequisite checklist - [x] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [x] Tested your changes against relevant architectures and platforms; - [x] Ran `make...
### Prerequisite checklist - [x] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [x] Tested your changes against relevant architectures and platforms; - [x] Ran `make...
### Prerequisite checklist - [x] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [x] Tested your changes against relevant architectures and platforms; - [x] Ran `make...
### Prerequisite checklist - [x] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [x] Tested your changes against relevant architectures and platforms; - [x] Ran `make...
### Prerequisite checklist - [ ] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [ ] Tested your changes against relevant architectures and platforms; - [...
This issue tracks migrating all thrown errors from the format: ```go ... if err != nil { return fmt.Errorf("an error occurred") } ... ``` To: ```go var ( ErrAnErrorOccurred =...
### Describe the bug When providing a cmd in the kraftfile, for an application running through the elfloader, the following error is generated: `` [ 0.117956] ERR: [appelfloader] Program name...
### Prerequisite checklist - [ ] Read the [contribution guidelines](https://unikraft.org/docs/contributing/) regarding submitting new changes to the project; - [ ] Tested your changes against relevant architectures and platforms; - [...
### Feature request summary This issue tracks introducing a new flag `-k|--kernel` which is used to save the binary image of a unikernel following a successful build. Not only does...