2002Unpublished venueRequires access

Simple Memory Protection for Embedded Operating System Kernels

Frank W. Miller

Open publisher page 6 citations

Abstract

This paper describes the design and implementation of memory protection in the Roadrunner/pk operating system. The design is portable between various CPUs that provide page-level protection using Memory-Management Unit (MMU) hardware. The approach maps logical addresses one-to-one to physical addresses and uses the MMU to overlay protection domains over regions of memory that are in use by application threads and the kernel. An analysis of code size shows that this design and implementation can be executed with an order of magnitude less code than similar function in the Linux 2.2.14 kernel while providing comparable performance for basic memory protection operations.

About this research paper

What this paper is about

This paper describes the design and implementation of memory protection in the Roadrunner/pk operating system. The design is portable between various CPUs that provide page-level protection using Memory-Management Unit (MMU) hardware. The approach maps logical addresses one-to-one to physical addresses and uses the MMU to overlay protection domains over regions of memory that are in use by application threads and the kernel. An analysis of code size shows that this design and implementation can be executed with an order of magnitude less code than similar function in the Linux 2.2.14 kernel while providing comparable performance for basic memory protection operations.

Why it matters

OpenAlex reports 6 citations for this work. Citation counts describe recorded attention and do not establish research quality.

Key contribution

A contribution statement is not available in the OpenAlex record.

Method / approach

Method details are not available in the OpenAlex metadata.

Main findings

Findings are not separately available in the OpenAlex metadata.

Limitations

Limitations are not available in the OpenAlex metadata.

Applications

Application details are not available in the OpenAlex metadata.

Available abstract

This paper describes the design and implementation of memory protection in the Roadrunner/pk operating system. The design is portable between various CPUs that provide page-level protection using Memory-Management Unit (MMU) hardware. The approach maps logical addresses one-to-one to physical addresses and uses the MMU to overlay protection domains over regions of memory that are in use by application threads and the kernel. An analysis of code size shows that this design and implementation can be executed with an order of magnitude less code than similar function in the Linux 2.2.14 kernel while providing comparable performance for basic memory protection operations.

Key concepts: Memory protection, Computer science, Overlay, Virtual memory, Memory management, Page fault, Extended memory, Operating system

Related papers

Back to paper searchBrowse research topicsOriginal source
Simple Memory Protection for Embedded Operating System Kernels — Research Paper | ScholarLens