GithubHelp home page GithubHelp logo

knknkn1162 / keystone-runtime Goto Github PK

View Code? Open in Web Editor NEW

This project forked from keystone-enclave/keystone-runtime

0.0 1.0 0.0 216 KB

Eyrie enclave runtime kernel

License: Other

Makefile 1.12% Assembly 4.22% C 89.33% C++ 2.37% Shell 0.89% CMake 0.38% Objective-C 1.70%

keystone-runtime's Introduction

Keystone Eyrie Modular Runtime

Eyrie only builds as part of the Keystone sdk.

We strongly encourage using the top-level Keystone build process.

Building

Building the Eyrie Runtime

Make sure you've properly set the environment variable KEYSTONE_SDK_DIR to point to the Keystone SDK installation path.

Then, run ./build.sh [features].

Running the tests

Make sure you checked out all submodules with git submodule update --init.

Then, run make test.

If a test fails and you'd like more detail, enter into obj/test and run the binary for the failed test. e.g. if test_string fails, run obj/test/test_string.

Build options

See the sdk Makefile for feature selection.

Contributing

The Eyrie Runtime is licensed under the 3-clause BSD license. See LICENSE for more details.

Before submitting a pull request to GitHub, make sure you format your code first. You can use one of the following options:

git clang-format HEAD   # Formats any staged changes
git clang-format HEAD^  # Formats a single commit, and the staged changes
git clang-format HEAD~5 # Formats the past 5 commits (for example), and the staged changes

It's recommended that you use always the first option to format staged changes before committing, to keep changes clean.

keystone-runtime's People

Contributors

archshift avatar dayeol avatar dkohlbre avatar eddyim avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.