| Click this button to go to the index for this section. |
mem(7)
NAME
mem - physical memory interfaceDESCRIPTION
The mem character special device file provides access to physical main memory. Byte addresses in mem are equivalent to physical memory in RAM. References to I/O space addresses or to nonexistent RAM will return errors. Write accesses to console or PAL memory will also return errors.RESTRICTIONS
Because memory is read and written in aligned quadwords (eight contiguous bytes), writing fewer than all the bytes in an aligned quadword is a read- modify-write operation that is not protected against concurrent writes to the same quadword.FILES
/dev/memRELATED INFORMATION
kmem(7)