-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
elfloader-net: Add scripts #15
elfloader-net: Add scripts #15
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.
This is missing the files from the main branch, shouldn't they all be here? #14
aa90ace
to
39dc33a
Compare
ea9301c
to
3cc8d3f
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: Stefan Jumarea [email protected]
Approved-by: Stefan Jumarea [email protected]
Add `elfloader-net/` directory (with networking support) - `Config.uk`: ELF Loader configuration - `rootfs/`: setup for building Linux ELFs, with simple C HTTP server - `Makefile`: for building the ELF Loader - `Makefile.uk`: empty placeholder file required by build system - `fc.x86_64.json`: Firecracker configuration - `README.md`: instructions Signed-off-by: Razvan Deaconescu <[email protected]>
Use scripts as quick actions for building and running the Unikraft ELF Loader. - `defconfig.<plat>.<arch>`: default configs, used by build scripts - `build.<plat>.<arch>`: scripts for building Unikraft images - `run.<plat>.<arch>`: scripts for running Unikraft images - `README.scripts.md`: companion README with instructions Signed-off-by: Razvan Deaconescu <[email protected]>
d88647d
to
a7f08ee
Compare
Use scripts as quick actions for building and running the Unikraft ELF Loader.
defconfig.<plat>.<arch>
: default configs, used by build scriptsbuild.<plat>.<arch>
: scripts for building Unikraft imagesrun.<plat>.<arch>
: scripts for running Unikraft imagesREADME.scripts.md
: companion README with instructions