-
Notifications
You must be signed in to change notification settings - Fork 8
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@razvand in the README file, change all occurrences of .config.sqlite-qemu-x86_64
to .config.sqlite-qemu-x86_64-9pfs
. Same for aarch64
.
Also there are some conflicts with the staging branch.
Rename files and scripts to include `9pfs` sufix, to signal the use of a 9pfs filesystem. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
fs.cpio is the CPIO archive created for initrd support. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Add support files for using initrd filesystem. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Add configuration files to configure, build and run Nginx with Unikraft on Firecracker. This can be built for x86_64 and initrd. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
Add `kraft.yaml` to build Unikraft images with KraftKit. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
0aa40cf
to
9f35cb2
Compare
@StefanJum, updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
See my comments, @razvand
Add detailed instructions on using KraftKit and the basic Make-based system to configure, build and run SQLite as a Unikraft application. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io>
9f35cb2
to
0f893a0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good.
Reviewed-by: Radu Nichita radunichita99@gmail.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved-by: Stefan Jumarea stefanjumarea02@gmail.com
fs.cpio is the CPIO archive created for initrd support. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io> Reviewed-by: Radu Nichita <radunichita99@gmail.com> Approved-by: Stefan Jumarea <stefanjumarea02@gmail.com> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #11
Add support files for using initrd filesystem. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io> Reviewed-by: Radu Nichita <radunichita99@gmail.com> Approved-by: Stefan Jumarea <stefanjumarea02@gmail.com> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #11
Add configuration files to configure, build and run Nginx with Unikraft on Firecracker. This can be built for x86_64 and initrd. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io> Reviewed-by: Radu Nichita <radunichita99@gmail.com> Approved-by: Stefan Jumarea <stefanjumarea02@gmail.com> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #11
Add `kraft.yaml` to build Unikraft images with KraftKit. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io> Reviewed-by: Radu Nichita <radunichita99@gmail.com> Approved-by: Stefan Jumarea <stefanjumarea02@gmail.com> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #11
Add detailed instructions on using KraftKit and the basic Make-based system to configure, build and run SQLite as a Unikraft application. Signed-off-by: Razvan Deaconescu <razvand@unikraft.io> Reviewed-by: Radu Nichita <radunichita99@gmail.com> Approved-by: Stefan Jumarea <stefanjumarea02@gmail.com> Tested-by: Unikraft CI <monkey@unikraft.io> GitHub-Closes: #11
Update configurations and instructions and Make-based. Include multiple architectures, compilers, VMMs.