lh-l4v/spec/machine
Gerwin Klein cfec9ea0db Merge branch 'master' into 2015 2015-05-28 11:45:13 +10:00
..
ARMMachineTypes.thy fewer warnings 2015-05-16 19:52:49 +10:00
MachineOps.thy Merge branch 'master' into 2015 2015-05-28 11:45:13 +10:00
MachineTypes.thy fewer warnings 2015-05-16 19:52:49 +10:00
Platform.thy fewer warnings 2015-05-16 19:52:49 +10:00
README.md misc: Proofing and formatting of README.md files. 2014-07-28 13:15:48 +10:00

README.md

The Machine Interface Specification of seL4

l4v/spec/machine/

This directory contains the Isabelle sources for the machine interface specification used in the abstract and design specifications of seL4.

Overview

  • ARMMachineTypes: ARM register set and related definitions.
  • MachineOps: definitions for the machine interface functions. Most interface functions are left non-deterministic. Some are assumed not to mutate C-observable state, others are defined in more detail.
  • MachineTypes: entry point to select a machine. Currently ARM only.
  • Platform: word size and other basic platform definitions.

Building

This module is not built in isolation, but included in the ASpec and ExecSpec sessions.

Remarks

  • the theory ARMMachineTypes is generated from Haskell using the tool in tools/haskell-translator and the skeleton file in spec/design/m-skel.