lh-l4v/proof/drefine
Xin,Gao 8d4a8eb238 SELFOUR-421: fix coding style 2016-09-22 19:23:28 +10:00
..
Arch_DR.thy SELFOUR-421: merge and fix up to ArmConfidentiality proof 2016-09-22 19:21:56 +10:00
CNode_DR.thy SELFOUR-421: fix coding style 2016-09-22 19:23:28 +10:00
Corres_D.thy Fix DRefine to accommodate corres_underlying changes. 2016-05-13 12:05:53 +10:00
Finalise_DR.thy SELFOUR-421: merge and fix up to ArmConfidentiality proof 2016-09-22 19:21:56 +10:00
Include_D.thy comment cleanup 2014-07-22 18:10:20 +02:00
Intent_DR.thy SELFOUR-421: fix coding style 2016-09-22 19:23:28 +10:00
Interrupt_DR.thy arch_split: DRefine checking 2016-05-01 10:09:19 +10:00
Ipc_DR.thy SELFOUR-421: fix coding style 2016-09-22 19:23:28 +10:00
KHeap_DR.thy word_lib: adjust theory dependencies 2016-05-16 21:11:40 +10:00
Lemmas_D.thy Some more cleanup of drefine. 2014-07-23 15:29:20 +10:00
MoreCorres.thy Fix DRefine to accommodate corres_underlying changes. 2016-05-13 12:05:53 +10:00
MoreHOL.thy Import release snapshot. 2014-07-14 21:32:44 +02:00
README.md misc: Proofing and formatting of README.md files. 2014-07-28 13:15:48 +10:00
Refine_D.thy arch_split: DRefine checking 2016-05-01 10:09:19 +10:00
Schedule_DR.thy SELFOUR-421: merge and fix up to ArmConfidentiality proof 2016-09-22 19:21:56 +10:00
StateTranslationProofs_DR.thy arch_split: fix proofs after removing shadow and unqualify commands and adding fix for crunch. Checks up to DPolicy. 2016-05-04 15:14:41 +10:00
StateTranslation_D.thy SELFOUR-421: merge and fix up to ArmConfidentiality proof 2016-09-22 19:21:56 +10:00
Syscall_DR.thy SELFOUR-421: merge and fix up to ArmConfidentiality proof 2016-09-22 19:21:56 +10:00
Tcb_DR.thy SELFOUR-421: fix coding style 2016-09-22 19:23:28 +10:00
Untyped_DR.thy SELFOUR-421: fix coding style 2016-09-22 19:23:28 +10:00

README.md

CapDL Refinement Proof

This proof establishes that seL4's abstract specification is a formal refinement (i.e. a correct implementation) of its capDL specification. It is described as part of an ICFEM '13 paper.

Building

To build from the l4v/ directory, run:

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

Important Theories

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