Computing (FOLDOC) dictionary
Jump to user comments
operating system, architecture The range of addresses which
a processor or process can access, or at which a
device can
The size of a processor's address space depends on the width
its own local address space which starts at zero. This will
be mapped to a range of addresses which starts at some base
address in the processor's address space.
Similarly, each
process will have its own address space,
which may be all or a part of the processor's address space.
the process happens to have been loaded. For a process to be
able to run at any address it must consist of
see the same local address space, with the
memory managementunit mapping this to the process's own part of the
processor's address space.
(1999-11-01)