-
Notifications
You must be signed in to change notification settings - Fork 17
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
Creation of OS image for Realm and possible alternatives #359
Comments
@atulfj It's a dedicated kernel image that has changes introduced by Arm. You can find its source code here https://gitlab.arm.com/linux-arm/linux-cca/-/commits/cca-guest/rmm-v1.0-eac5/?ref_type=heads (notice, that there are also changes for the Linux kernel running on the host side). As for the documentation, I recommend searching the Linux kernel mailing lists, where the original patches were published. |
Thanks for the comment, @p-sawicki2. One more query: The versions of standard libraries (such as I would also like to know how the libraries are being loaded into the guest - is it via |
@bitboom @jinbpark could you help to solve the issue with libraries?
There is a This mechanism is basically used to ease experimentation and development, but should not be used in real-world scenarios. It's because custom files copied to a |
In the ARM FVP confidential-ml examples, where do the "prebuilt example binaries" like |
Okay, @jinbpark kindly take a look at my query. One more thing - when |
Hi @atulfj,
device.cpp is bulit on top of the certifier framework where Islet is integrated.
Applications running on a Realm (VM) can directly use such APIs. As mentioned in the above, it's just that |
Hi,
In the following portion of
launch-realm.sh
:Islet currently uses
linux.realm
as its OS image. Is it a generic linux image, or has it been modified by Arm or Islet developers to support Realms? If yes, is there a source or documentation for the modifications? If not, could you suggest some alternative images that could be used instead? Thanks.The text was updated successfully, but these errors were encountered: