OSDN Git Service

(split) DP: release pages (catch up to 3.50).
[linuxjm/LDP_man-pages.git] / release / man4 / mem.4
1 .\" Copyright (c) 1993 Michael Haardt (michael@moria.de),
2 .\"     Fri Apr  2 11:32:09 MET DST 1993
3 .\"
4 .\" %%%LICENSE_START(GPLv2+_DOC_FULL)
5 .\" This is free documentation; you can redistribute it and/or
6 .\" modify it under the terms of the GNU General Public License as
7 .\" published by the Free Software Foundation; either version 2 of
8 .\" the License, or (at your option) any later version.
9 .\"
10 .\" The GNU General Public License's references to "object code"
11 .\" and "executables" are to be interpreted as the output of any
12 .\" document formatting or typesetting system, including
13 .\" intermediate and printed output.
14 .\"
15 .\" This manual is distributed in the hope that it will be useful,
16 .\" but WITHOUT ANY WARRANTY; without even the implied warranty of
17 .\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18 .\" GNU General Public License for more details.
19 .\"
20 .\" You should have received a copy of the GNU General Public
21 .\" License along with this manual; if not, see
22 .\" <http://www.gnu.org/licenses/>.
23 .\" %%%LICENSE_END
24 .\"
25 .\" Modified Sat Jul 24 16:59:10 1993 by Rik Faith (faith@cs.unc.edu)
26 .\"*******************************************************************
27 .\"
28 .\" This file was generated with po4a. Translate the source file.
29 .\"
30 .\"*******************************************************************
31 .TH MEM 4 1992\-11\-21 Linux "Linux Programmer's Manual"
32 .SH 名前
33 mem, kmem, port \- システムメモリ(system memory)、カーネルメモリ (kernel
34 memory)、システムポート(sysmem ports)
35 .SH 説明
36 \fBmem\fP はコンピュータのメインメモリイメージのキャラクターデバイスファ イル(character device
37 file)である。このデバイスは、例えば、システムを 検査するため(また、パッチ(patch)をあてるため)に使われるだろう。
38 .LP
39 \fBmem\fP のバイトアドレス(byte address)は 物理メモリアドレスとして解釈される。 存在していない場所への参照はエラーが返される。
40 .LP
41 読み込み専用(read\-only)あるいは書き込み専用(write\-only)のビットへの検 査あるいはパッチ当ては予期せぬ結果をもたらすことがある。
42 .LP
43 典型的には次のようにして作られる。:
44 .RS
45 .sp
46 mknod \-m 660 /dev/mem c 1 1
47 .br
48 chown root:kmem /dev/mem
49 .RE
50 .LP
51 \fBkmem\fP ファイルは \fBmem\fP と同じだが、 物理メモリへのアクセスではなく、カーネル(kernel)の仮想 メモリ(virtual
52 memory)へのアクセスである点が異なる。
53 .LP
54 典型的には次のようにして作られる。:
55 .RS
56 .sp
57 mknod \-m 640 /dev/kmem c 1 2
58 .br
59 chown root:kmem /dev/kmem
60 .RE
61 .LP
62 \fBport\fP は \fBmem\fP に似ているが I/O ポート(I/O ports)へのアクセスが行われる。
63 .LP
64 典型的には次のようにして作られる。:
65 .RS
66 .sp
67 mknod \-m 660 /dev/port c 1 4
68 .br
69 chown root:mem /dev/port
70 .RE
71 .SH ファイル
72 \fI/dev/mem\fP
73 .br
74 \fI/dev/kmem\fP
75 .br
76 \fI/dev/port\fP
77 .SH 関連項目
78 \fBchown\fP(1), \fBmknod\fP(1), \fBioperm\fP(2)
79 .SH この文書について
80 この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.50 の一部
81 である。プロジェクトの説明とバグ報告に関する情報は
82 http://www.kernel.org/doc/man\-pages/ に書かれている。