home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.wizards
- Path: sparky!uunet!usc!wupost!cs.utexas.edu!tamsun.tamu.edu!kraghu
- From: kraghu@cs.tamu.edu (Kanakatte G Raghuram)
- Subject: How to gain access to Physical memory?
- Message-ID: <1992Aug12.150811.21384@tamsun.tamu.edu>
- Sender: news@tamsun.tamu.edu (Read News)
- Organization: Computer Science Department, Texas A&M University
- Distribution: usa
- Date: Wed, 12 Aug 1992 15:08:11 GMT
- Lines: 11
-
-
- I need to create my own buffer in the physical memory. I intend to implement a
- buffer mamager for a DBMS and I don't want my buffer to be a part of the logical
- address space. I want my own buffer area in physical memory so that I have my
- own buffer into which I can swap in and out the relations I need. I don't want
- the O.S to interfere with my buffer area. Can such a thing be done and if so,
- how?
-
-
-
-
-