Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!samsung!munnari.oz.au!goanna!minyos!monu6!ajm From: ajm@monu6.cc.monash.edu.au (Tony McGregor) Newsgroups: comp.os.minix Subject: Re: Problems with Minix Amoeba System Message-ID: <1990Aug8.035222.5870@monu6.cc.monash.edu.au> Date: 8 Aug 90 03:52:22 GMT References: <26461@nigel.udel.EDU> <7230@star.cs.vu.nl> Organization: Chisholm Institute of Technology, Melb., Australia Lines: 31 In article <7230@star.cs.vu.nl> ast@cs.vu.nl (Andy Tanenbaum) writes: >Has anyone else tried the Amoeba networking with 1.5.10? If so, please >post your findings. I have used Amoeba networking with 1.5.10. I needed to change the interrupt vector and base memory address for the way the WD Ethernet cards are configured here. I also had to make the same changes when I used 1.3 amoeba. I changed the ETHER_IRQ in src/kernel/const.h (from 3 to 5 im my case) the base address of the cards memory also in src/kernel/const.h (from C4000 to D8000 in my case) the misplaced bracked in src/amoeba/examples/client3.c from if ((n=read(fd1, b, 1024) < 0)) { to if ((n=read(fd1, b, 1024)) < 0) { Apart from that everything seems to work well. Hope this helps Tony -- Tony McGregor ( ajm@monu6.cc.monash.edu.au ) Department of Robotics and Digital Tech., Monash University PO Box 197, Caulfield East, Vic 3145, Australia Phone: +61 3 5732014 Fax: +61 3 5732748