Coder Social home page Coder Social logo

npe9 / certikos Goto Github PK

View Code? Open in Web Editor NEW
3.0 5.0 1.0 4.03 MB

Certikos PLDI artifact

Makefile 0.32% Coq 75.89% Standard ML 0.07% OCaml 4.16% Shell 0.04% CSS 0.04% JavaScript 0.01% HTML 0.25% Assembly 0.63% C 18.39% C++ 0.14% Perl 0.02% Objective-C 0.03% GDB 0.01% Python 0.01% Ruby 0.02%

certikos's Introduction

This is the CertiKOS project.

==============================================================================
Check the proof:

1. System requiremenets:  Coq 8.4pl4

2. Configure CompCertX: 

   > ./configure [options] target

   For exmaple, to configure the CompCertX to x86 32 bit linux,
   one can run:

   > ./configure ia32-linux

   To get more helps about configuration, simply type: 
   > ./configure

3. Check the proofs:

   > make

   Since the compilation is very time consuming (around a few hours),
   one can check the proofs with multi-thread support:

   > make -j12

   It will check the proofs with 12 threads.
 
==============================================================================
The directory structure:


1. /mcertikos/security:
      The security related proofs for mCertiKOS

2. /mcertikos/policy:
      The security policy examples used in the paper

3. /mcertikos/*: 
      Other mCeritkos related proofs.
	      
4. /compcert:

      The Compcert certified compiler, modified for our purposes. 

5. /compcertx:

      CompcertX per-function compiler (eventually, per-module
      compiler), built on top of our modified Compcert.

6. /liblayers:

      Generic Coq library for layered verification. This include the abstract
      framework for layers and modules. Most of it is only loosely coupled
      with Compcert, however there are specific instantiations of the layer
      logic which use the semantics of Clight and Asm, as defined in Compcert.
      Using those, we can recast the correctness theorem of CompcertX in terms
      of the abstract framework.

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.