Research V3 development
authorKen Thompson <ken@research.uucp>
Thu, 15 Feb 1973 17:47:09 +0000 (12:47 -0500)
committerKen Thompson <ken@research.uucp>
Thu, 15 Feb 1973 17:47:09 +0000 (12:47 -0500)
Work on file man/man4/mem.4

Co-Authored-By: Dennis Ritchie <dmr@research.uucp>
Synthesized-from: v3

man/man4/mem.4 [new file with mode: 0644]

diff --git a/man/man4/mem.4 b/man/man4/mem.4
new file mode 100644 (file)
index 0000000..1942556
--- /dev/null
@@ -0,0 +1,34 @@
+.pa 1
+.he 'MEM (IV)'3/15/72'MEM (IV)'
+.ti 0
+NAME           mem  --  core memory
+.sp
+.ti 0
+DESCRIPTION    mem\b\b\b___
+is a special file that is an image of the core memory
+of the computer.
+It may be used, for example, to examine,
+and even to patch the system using the debugger.
+
+Mem\b\b\b___ is a byte-oriented file; its bytes are numbered
+0 to 65,535.
+
+If a non-existent memory location is
+referenced, the user
+suffers the resultant bus error.
+
+Memory referenced through
+the file is treated with movb\b\b\b\b____ instructions.
+Certain device registers do not implement
+DATOB cycles to odd addresses.
+Other registers react strangely to this
+addressing.
+.sp
+.ti 0
+FILES          /dev/mem
+.sp
+.ti 0
+SEE ALSO       --
+.sp
+.ti 0
+BUGS           --