lh-l4v/proof/refine
Gerwin Klein 1bbbe090c9 isabelle2021-1: global hide_lams -> opaque_lifting
The metis replay option hide_lams has been renamed.

Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
2022-03-29 08:38:25 +11:00
..
ARM spec+proof: use generated config constants 2021-12-23 14:54:13 +11:00
ARM_HYP arm_hyp ainvs+refine+crefine: update for change to associate_vcpu_tcb 2022-03-08 21:49:10 +10:30
RISCV64 spec+proof: use generated config constants 2021-12-23 14:54:13 +11:00
X64 isabelle2021-1: global hide_lams -> opaque_lifting 2022-03-29 08:38:25 +11:00
base refine: session directories for Isabelle2020 2020-10-27 15:52:31 +10:00
Move_R.thy refine: move invariant field update lemmas 2021-03-11 10:42:49 +11:00
README.md READMEs: fix publication links 2021-08-25 11:22:05 +10: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.