|
|||||||
|
|
MEMSection: Linux Programmer's Manual (4)Updated: 1992-11-21 Index Return to Main Contents NAMEmem, kmem, port - system memory, kernel memory and system portsDESCRIPTIONMem is a character device file that is an image of the main memory of the computer. It may be used, for example, to examine (and even patch) the system.Byte addresses in mem are interpreted as physical memory addresses. References to non-existent locations cause errors to be returned. Examining and patching is likely to lead to unexpected results when read-only or write-only bits are present. It is typically created by:
The file kmem is the same as mem, except that the kernel virtual memory rather than physical memory is accessed. It is typically created by:
Port is similar to mem, but the IO ports are accessed. It is typically created by:
FILES/dev/mem/dev/kmem /dev/port SEE ALSOchown(1), mknod(1), ioperm(2)
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man4". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |