Research V4 development
[unix-history] / man / man4 / mem.4
CommitLineData
ab4c9b4b
KT
1.th MEM IV 8/24/73
2.sh NAME
3mem \*- core memory
4.sh DESCRIPTION
5.it Mem
6is a special file that is an image of the core memory
7of the computer.
8It may be used, for example, to examine,
9and even to patch the system using the debugger.
10.s3
11A memory address is
12an 18-bit quantity which
13is used directly as a UNIBUS address.
14References to non-existent locations cause errors to be returned.
15.s3
16Examining and patching device registers is likely
17to lead to unexpected results when read-only or write-only
18bits are present.
19.sh FILES
20/dev/mem
21.sh BUGS
22There should be another
23.it mem
24file that looks at core using the system's address map.