lh-l4v/proof/refine
Gerwin Klein 41b4824bf7 riscv refine: cleanup in CSpace1_R 2019-11-12 18:28:39 +11:00
..
ARM proof: update for crunch changes 2019-10-14 17:23:41 +11:00
ARM_HYP proof: update for crunch changes 2019-10-14 17:23:41 +11:00
RISCV64 riscv refine: cleanup in CSpace1_R 2019-11-12 18:28:39 +11:00
X64 proof: update for crunch changes 2019-10-14 17:23:41 +11:00
README.md fix broken README links 2018-01-29 13:24:35 +11:00

README.md

Design Spec Refinement Proof

This proof establishes that seL4's design specification is a formal refinement (i.e. a correct implementation) of its abstract specification. This proof also interweaves the definition and proofs of the global invariant for the design specification, and builds on the Abstract Spec Invariant Proof. It is described in the TPHOLS '08 paper.

Building

Make sure that the L4V_ARCH environment variable is set to the desired target architecture. If in doubt, use L4V_ARCH=ARM.

To build from the l4v/ directory, run:

./isabelle/bin/isabelle build -d . -v -b Refine

Important Theories

The top-level theory where the refinement statement is established over the entire kernel is Refine; the state-relation that relates the state-spaces of the two specifications is defined in StateRelation and the basic correspondence property proved over each kernel function is defined in Corres.