lh-l4v/proof/refine
Michael McInerney b94a78c88c lib: reorder assumptions of no_fail_bind
In order to aid wp-style reasoning

Signed-off-by: Michael McInerney <michael.mcinerney@proofcraft.systems>
2024-01-22 19:09:45 +00:00
..
AARCH64 lib: reorder assumptions of no_fail_bind 2024-01-22 19:09:45 +00:00
ARM lib: reorder assumptions of no_fail_bind 2024-01-22 19:09:45 +00:00
ARM_HYP lib: reorder assumptions of no_fail_bind 2024-01-22 19:09:45 +00:00
RISCV64 lib: reorder assumptions of no_fail_bind 2024-01-22 19:09:45 +00:00
X64 lib: reorder assumptions of no_fail_bind 2024-01-22 19:09:45 +00:00
base refine: session directories for Isabelle2020 2020-10-27 15:52:31 +10:00
Move_R.thy proof+autocorres: update for select_wp and alternative_wp 2023-08-09 16:42:01 +10:00
README.md READMEs: use run_tests consistently in READMEs (#622) 2023-03-30 13:59:18 +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

To build for the ARM architecture from the l4v/ directory, run:

L4V_ARCH=ARM ./run_tests 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.