home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.wizards
- Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!menudo.uh.edu!cavers
- From: cavers@menudo.uh.edu (Chris M. Cavers)
- Subject: Questions
- Message-ID: <1992Aug26.195534.24066@menudo.uh.edu>
- Sender: cavers@menudo.uh.edu
- Organization: University of Houston
- Date: Wed, 26 Aug 1992 19:55:34 GMT
- Lines: 12
-
- I am trying to adapt the example ram disk device driver source
- given in the Sun manual on device drivers.
-
- a) When the os requests something from the device driver, what is the
- proper sequence of actions to take if I wish to suspend the calling
- process and queue the request. (A detailed step by step example would
- be appreciated).
-
- b) What is in the ram.h file that is included in the example source code?
-
- Thanks in advance
-
-