home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.sysv386
- Path: sparky!uunet!wupost!gumby!destroyer!ais.org!lewis
- From: lewis@ais.org (David T. Lewis)
- Subject: Re: What is /dev/pmem?
- Message-ID: <Bu6745.C58@ais.org>
- Summary: physical memory
- Sender: Dave Lewis
- Organization: UMCC
- References: <1992Aug31.152303.20833@cbnewsj.cb.att.com> <1992Sep2.193151.16817@cti-software.nl>
- Date: Sun, 6 Sep 1992 18:52:51 GMT
- Lines: 28
-
- In article <1992Sep2.193151.16817@cti-software.nl> pim@cti-software.nl
- (Pim Zandbergen) writes:
- >dwex@cbnewsj.cb.att.com (david.e.wexelblat) writes:
- >
- >
- >>On my SVR4 box (Microport), in addition to the standard /dev/mem and
- >>/dev/kmem, there is a /dev/pmem. All three have different minor mumbers
- >>(same major number, so /dev/pmem is obviously related to the other two).
- >>The manual page for /dev/mem and /dev/kmem has no mention of /dev/pmem.
- >>Can anyone enlighten me on what this is?
- >
- >I've asked the same question a couple of months ago, because
- >there's also a /dev/pmem in Interactive's SVR3.2.
- >
- >I had zero response then, I wonder if there will be any now.
- >--
- >Pim Zandbergen domain : pim@cti-software.nl
- >CTI Software BV uucp : uunet!mcsun!sun4nl!ctisbv!pim
- >Laan Copes van Cattenburch 70 phone : +31 70 3542302
- >2585 GD The Hague, The Netherlands fax : +31 70 3512837
-
- Please forgive me taking a wild guess at it, but "physical memory" comes
- to mind. Possibly this is to provide access to hardware memory addresses,
- as distinct from addresses which get translated through the memory mapping
- hardware. If you can read your video card memory from address 0xA0000 or
- 0xB0000 of /dev/pmem, the hypothesis would be supported. Obviously,
- writing to this device would be a bit on the risky side.
-
-