home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / lang / c / 16715 < prev    next >
Encoding:
Text File  |  1992-11-18  |  1.8 KB  |  50 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!darwin.sura.net!Sirius.dfn.de!chx400!unifr_news!ufps9.unifr.ch!root
  3. From: root@ufps9.unifr.ch (Operator)
  4. Subject: Re: Virtual memory Management Systems
  5. Message-ID: <1992Nov18.082634@ufps9.unifr.ch>
  6. Sender: news@unifr.ch (User for news)
  7. Organization: University of Fribourg - CH
  8. References:  <1992Nov17.103746.20006@di.unipi.it> <1992Nov17.143327@gese.ge14.mdadv.gv.at>
  9. Date: Wed, 18 Nov 1992 07:26:34 GMT
  10. Lines: 38
  11.  
  12. Hi,
  13. In article <1992Nov17.143327@gese.ge14.mdadv.gv.at>, sca@gese.ge14.mdadv.gv.at (Petzi Schweda) writes:
  14. |> 
  15. |> In article <1992Nov17.103746.20006@di.unipi.it>, Nico Tranquilli <ntranqu@caticsuf.cati.csufresno.edu> writes:
  16. |> |> Could anyone please tell me how to call the Hardware/Software needed
  17. |> |> to manage virtual memory ?
  18. |> |> --
  19. |> |> nico.
  20. |> 
  21. |> Huh ?
  22. |> 
  23. |> UNIX: don't know more then malloc/calloc ...
  24. |> VMS: see lib$get_vm in your RTL-doc's
  25. |> PC/WINDOWS: GlobalAlloc/GlobalLock 
  26. |> WINDOWS NT: VirtualAlloc
  27. |> 
  28. |> Is it that you wanted to know ?
  29. |> 
  30. |> regards, Petzi
  31. |> -- 
  32. |> Petzi Schweda (sca@gese.ge14.mdadv.gv.at)
  33. |> MD-ADV, Municipality of the City of Vienna, Austria
  34.  
  35. For theorical stuff, look at the books written by Andrew Tannenbaum, Silberschatz or
  36. Hoare about operating systems.
  37. Particularly, I remember something is written in Silberschatz - Operating System Concept
  38. (excuse me I don't have this book in my hand now and am not sure the title is correct).
  39. The UNIX aspect of memory management is discuss.
  40.  
  41. For the application of tools given by the operating system, I'm afraid the only
  42. a technical reference or programmer guide especially for your machine could help you.
  43.  
  44. Mail me if you want more. Bye.
  45.  
  46.                             Laurent Schmutz
  47.                             schmutz@CFrUni52.bitnet
  48.                             University of Fribourg, Switzerland.
  49.  
  50.