home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- 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
- From: root@ufps9.unifr.ch (Operator)
- Subject: Re: Virtual memory Management Systems
- Message-ID: <1992Nov18.082634@ufps9.unifr.ch>
- Sender: news@unifr.ch (User for news)
- Organization: University of Fribourg - CH
- References: <1992Nov17.103746.20006@di.unipi.it> <1992Nov17.143327@gese.ge14.mdadv.gv.at>
- Date: Wed, 18 Nov 1992 07:26:34 GMT
- Lines: 38
-
- Hi,
- In article <1992Nov17.143327@gese.ge14.mdadv.gv.at>, sca@gese.ge14.mdadv.gv.at (Petzi Schweda) writes:
- |>
- |> In article <1992Nov17.103746.20006@di.unipi.it>, Nico Tranquilli <ntranqu@caticsuf.cati.csufresno.edu> writes:
- |> |> Could anyone please tell me how to call the Hardware/Software needed
- |> |> to manage virtual memory ?
- |> |> --
- |> |> nico.
- |>
- |> Huh ?
- |>
- |> UNIX: don't know more then malloc/calloc ...
- |> VMS: see lib$get_vm in your RTL-doc's
- |> PC/WINDOWS: GlobalAlloc/GlobalLock
- |> WINDOWS NT: VirtualAlloc
- |>
- |> Is it that you wanted to know ?
- |>
- |> regards, Petzi
- |> --
- |> Petzi Schweda (sca@gese.ge14.mdadv.gv.at)
- |> MD-ADV, Municipality of the City of Vienna, Austria
-
- For theorical stuff, look at the books written by Andrew Tannenbaum, Silberschatz or
- Hoare about operating systems.
- Particularly, I remember something is written in Silberschatz - Operating System Concept
- (excuse me I don't have this book in my hand now and am not sure the title is correct).
- The UNIX aspect of memory management is discuss.
-
- For the application of tools given by the operating system, I'm afraid the only
- a technical reference or programmer guide especially for your machine could help you.
-
- Mail me if you want more. Bye.
-
- Laurent Schmutz
- schmutz@CFrUni52.bitnet
- University of Fribourg, Switzerland.
-
-