Giter Club home page Giter Club logo

certiucos2's Introduction

CertiuCOS2

A refinement-based verification framework for preemptive OS kenerls.

Coq8.5

Download : https://coq.inria.fr/distrib/V8.5/files/coq-8.5.tar.gz

Compilation

  1. Dowload coq8.5
  2. ./configure -prefix path_to_install_coq
  3. make && make install.
  4. vim ~/.bashrc
  5. add command "export coq85bin=path_to_install_coq" to .bashrc
  6. cd CertiuCOS2/coqimp
  7. make -j4 certiucos/proofs/ucos_correct.vo (32G Memory at least)

New features of the verification framework

  1. Extending our separation logic assertion to support half permission, which is able to specify more complicated protocols used in OS kernels.
  2. Do NOT require arbitrary client code for system APIs, we can specify our expectation for the client code with the specification language.
  3. Extend the framework to support reasoning about task creation and deletion, and the corresponding APIs in uC/OS-II have been verified in our new framework.

certiucos2's People

Contributors

brightfu avatar supermartian avatar

Watchers

 avatar  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.