Skip to content
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

Add Makefile, configuration files and scripts #12

Closed

Commits on Jul 1, 2023

  1. Add .gitignore file

    Ignore files and folder that are output from the set up, configure,
    build or run steps.
    
    Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
    StefanJum committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f5c00d0 View commit details
    Browse the repository at this point in the history
  2. Rename minrootfs.tgz to rootfs.tar.gz

    Rename the filesystem archive to `rootfs.tar.gz`, since it is more
    explicit.
    
    Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
    StefanJum committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    03484aa View commit details
    Browse the repository at this point in the history
  3. kraft.yaml: Update platform name and rootfs path

    Update platform name from `kvm` to `qemu`, since the default naming
    convention was changed in release 0.13.0.
    Also update the rootfs name, from `./minrootfs.tgz` to `./rootfs.tar.gz`.
    
    Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
    StefanJum committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a2f5a9f View commit details
    Browse the repository at this point in the history
  4. Add Makefile, configuration files and scripts

    Update the README with instructions on setting up, configuring, building
    and running the Python3 app with Unikraft. As part of it, add Makefile
    files, configuration files and scripts; they are referenced in the
    `README.md` file.
    
    Current instructions cover the use of QEMU/KVM platform (both on x86_64 and
    on AArch64) and GCC. Firecraker/KVM, Xen, Linux platforms and Clang are
    not yet documented.
    
    Signed-off-by: Stefan Jumarea <stefanjumarea02@gmail.com>
    StefanJum committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    f50987b View commit details
    Browse the repository at this point in the history