OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [doc/] [supplements/] [m68k/] [memmodel.t] - Blame information for rev 1771

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
@c
2
@c  COPYRIGHT (c) 1988-2002.
3
@c  On-Line Applications Research Corporation (OAR).
4
@c  All rights reserved.
5
@c
6
@c  memmodel.t,v 1.6 2002/01/17 21:47:46 joel Exp
7
@c
8
 
9
@chapter Memory Model
10
 
11
@section Introduction
12
 
13
A processor may support any combination of memory
14
models ranging from pure physical addressing to complex demand
15
paged virtual memory systems.  RTEMS supports a flat memory
16
model which ranges contiguously over the processor's allowable
17
address space.  RTEMS does not support segmentation or virtual
18
memory of any kind.  The appropriate memory model for RTEMS
19
provided by the targeted processor and related characteristics
20
of that model are described in this chapter.
21
 
22
@section Flat Memory Model
23
 
24
The MC68xxx family supports a flat 32-bit address
25
space with addresses ranging from 0x00000000 to 0xFFFFFFFF (4
26
gigabytes).  Each address is represented by a 32-bit value and
27
is byte addressable.  The address may be used to reference a
28
single byte, word (2-bytes), or long word (4 bytes).  Memory
29
accesses within this address space are performed in big endian
30
fashion by the processors in this family.
31
 
32
Some of the MC68xxx family members such as the
33
MC68020, MC68030, and MC68040 support virtual memory and
34
segmentation.  The MC68020 requires external hardware support
35
such as the MC68851 Paged Memory Management Unit coprocessor
36
which is typically used to perform address translations for
37
these systems.  RTEMS does not support virtual memory or
38
segmentation on any of the MC68xxx family members.
39
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.