lh-l4v/spec/sep-abstract
Gerwin Klein 0f2d557679 terminology in comments: async ep -> notifications 2015-11-24 16:58:22 +13:00
..
Decode_SA.thy add arch_tcb object to C, rename aep -> ntfn 2015-11-20 16:02:13 +11:00
Ipc_SA.thy fewer warnings 2015-05-16 19:52:49 +10:00
README.md terminology in comments: async ep -> notifications 2015-11-24 16:58:22 +13:00
Syscall_SA.thy Wait -> Recv: update specs 2015-11-20 16:02:14 +11:00

README.md

Static Separation Kernel API

This specification is a cut-down version of the seL4 abstract specification that removes all system calls apart from notifications. The resulting kernel is a classic static separation kernel without any dynamism.

A proof that seL4 is equivalent to this cut-down version if configured appropriately can be found in the proof directory under bisim.

Building

To build from the l4v/ directory, run:

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

Important Theories

Theory Syscall_SA contains the top-level definition. The specification directly includes parts of the 'normal' abstract specification of seL4 from directory abstract.