home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man4 / mem.4 < prev    next >
Encoding:
Text File  |  1975-06-26  |  960 b   |  45 lines

  1. .th MEM IV 5/27/74
  2. .sh NAME
  3. mem, kmem, null  \*-  core memory
  4. .sh DESCRIPTION
  5. .it Mem
  6. is a special file that is an image of the core memory
  7. of the computer.
  8. It may be used, for example, to examine,
  9. and even to patch the system using the debugger.
  10. .s3
  11. A memory address is
  12. an 18-bit quantity which
  13. is used directly as a UNIBUS address.
  14. References to non-existent locations cause errors to be returned.
  15. .s3
  16. Examining and patching device registers is likely
  17. to lead to unexpected results when read-only or write-only
  18. bits are present.
  19. .s3
  20. The file
  21. .it kmem
  22. is the same as 
  23. .it mem
  24. except that kernel virtual memory
  25. rather than physical memory is accessed.
  26. In particular, the I/O area
  27. of
  28. .it kmem
  29. is located beginning at 160000 (octal)
  30. rather than at 760000.
  31. The 1K region beginning at 140000 (octal)
  32. is the system's data for the current process.
  33. .s3
  34. The file
  35. .it null
  36. returns end-of-file
  37. on
  38. .it read
  39. and ignores
  40. .it write.
  41. .sh FILES
  42. /dev/mem,
  43. /dev/kmem,
  44. /dev/null
  45.