An operating system design for the security architecture for microprocessors

  • Authors:
  • Jörg Platte;Raúl Durán Díaz;Edwin Naroska

  • Affiliations:
  • Institut für Roboterforschung, Abteilung Informationstechnik, Universität Dortmund, Germany;Institut für Roboterforschung, Abteilung Informationstechnik, Universität Dortmund, Germany;Institut für Roboterforschung, Abteilung Informationstechnik, Universität Dortmund, Germany

  • Venue:
  • ICICS'06 Proceedings of the 8th international conference on Information and Communications Security
  • Year:
  • 2006

Quantified Score

Hi-index 0.00

Visualization

Abstract

SAM is a processor extension used to protect execution of dedicated programs by preventing data disclosure and program manipulations in a multitasking environment. This paper presents an operating system design based on the Linux kernel for SAM. The design splits the kernel into a very small protected part and an unprotected part used by drivers and high level functions. Using this kernel protected and unprotected programs can be executed in parallel without diminishing the protection. The protection mechanism does not slow down the execution of unprotected programs, since it is only active during the execution of protected programs.