home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / wizards / 3580 < prev    next >
Encoding:
Text File  |  1992-08-12  |  822 b   |  23 lines

  1. Newsgroups: comp.unix.wizards
  2. Path: sparky!uunet!usc!wupost!cs.utexas.edu!tamsun.tamu.edu!kraghu
  3. From: kraghu@cs.tamu.edu (Kanakatte G Raghuram)
  4. Subject: How to gain access to Physical memory?
  5. Message-ID: <1992Aug12.150811.21384@tamsun.tamu.edu>
  6. Sender: news@tamsun.tamu.edu (Read News)
  7. Organization: Computer Science Department, Texas A&M University
  8. Distribution: usa
  9. Date: Wed, 12 Aug 1992 15:08:11 GMT
  10. Lines: 11
  11.  
  12.  
  13. I need to create my own buffer in the physical memory. I intend to implement a
  14. buffer mamager for a DBMS and I don't want my buffer to be a part of the logical
  15. address space. I want my own buffer area in physical memory so that I have my
  16. own buffer into which I can swap in and out the relations I need. I don't want
  17. the O.S to interfere with my buffer area. Can such a thing be done and if so,
  18.  how?
  19.  
  20.  
  21.  
  22.  
  23.