home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.ultrix
- Path: sparky!uunet!math.fu-berlin.de!irzr17.inf.tu-dresden.de!beck
- From: beck@irzr17.inf.tu-dresden.de (Andre Beck)
- Subject: Re: Rx23 floppy and Mtools
- Message-ID: <P568Z7W@math.fu-berlin.de>
- Sender: news@math.fu-berlin.de (Math Department)
- Reply-To: beck@freia.inf.tu-dresden.de
- Organization: Dept. of Computer Science, TU Dresden, Germany.
- References: <20NOV199215333342@mivax.mc.duke.edu>
- Date: Mon, 23 Nov 1992 14:12:04 GMT
- Lines: 23
-
-
- I use
-
- #ifdef DEC5000
- struct device devices[] = {
- {'A', "/dev/rrz5c", 0L, 12, 0, (int (*) ()) 0, 80, 2, 18},
- {'A', "/dev/rrz5c", 0L, 12, 0, (int (*) ()) 0, 80, 2, 9},
- {'\0', (char *) NULL, 0L, 0, 0, (int (*) ()) 0, 0, 0, 0}
- };
- #endif /* DEC5000 */
-
- in devices.c and compile with -DDEC5000
-
- Be sure to have /dev/rrz5c open for access (read & write).
-
- --
- ,------------------------+---------------------------------------------.
- | Andre' Beck (ABPSoft) | TCP/IP-Mail: beck@freia.inf.tu-dresden.de |
- | HG R 142 | VMS : hermes::beck |
- +------------------------+---------------------------------------------+
- | Windows is the best placebo against MS-DOOF headaches ! |
- `----------------------------------------------------------------------'
-
-