sysfs-devices-memory 907 B

123456789101112131415161718192021222324
  1. What: /sys/devices/system/memory
  2. Date: June 2008
  3. Contact: Badari Pulavarty <pbadari@us.ibm.com>
  4. Description:
  5. The /sys/devices/system/memory contains a snapshot of the
  6. internal state of the kernel memory blocks. Files could be
  7. added or removed dynamically to represent hot-add/remove
  8. operations.
  9. Users: hotplug memory add/remove tools
  10. https://w3.opensource.ibm.com/projects/powerpc-utils/
  11. What: /sys/devices/system/memory/memoryX/removable
  12. Date: June 2008
  13. Contact: Badari Pulavarty <pbadari@us.ibm.com>
  14. Description:
  15. The file /sys/devices/system/memory/memoryX/removable
  16. indicates whether this memory block is removable or not.
  17. This is useful for a user-level agent to determine
  18. identify removable sections of the memory before attempting
  19. potentially expensive hot-remove memory operation
  20. Users: hotplug memory remove tools
  21. https://w3.opensource.ibm.com/projects/powerpc-utils/