/dev/mem and /dev/kmem

本文详细介绍了内核内存设备,包括mem、kmem和port的功能、用途及创建方式,解释了如何通过这些设备访问和操作计算机的内存,以及注意事项。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

直接来自:man mem

NAME
       mem, kmem, port - system memory, kernel memory and system ports


DESCRIPTION
       mem  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
       nonexistent 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:


     mknod -m 660 /dev/mem c 1 1
     chown root:kmem /dev/mem


       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:


     mknod -m 640 /dev/kmem c 1 2
     chown root:kmem /dev/kmem


       port is similar to mem, but the I/O ports are accessed.


       It is typically created by:


     mknod -m 660 /dev/port c 1 4
     chown root:mem /dev/port


FILES
       /dev/mem
       /dev/kmem
       /dev/port


评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值