Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!usc!orion.oac.uci.edu!balboa.eng.uci.edu!dlawyer From: dlawyer@balboa.eng.uci.edu (David Lawyer) Newsgroups: comp.os.minix Subject: Re: 1.5.0 Floppy/peek/poke.. Message-ID: <3929@orion.cf.uci.edu> Date: 4 Jan 90 10:26:47 GMT References: <7305@nigel.udel.EDU> Sender: news@orion.oac.uci.edu Reply-To: dlawyer@balboa.eng.uci.edu (David Lawyer) Organization: University of California at Irvine. Lines: 13 In article <7305@nigel.udel.EDU> bunnell@wizard.asel.udel.edu (Tim Bunnell) writes: >There is also a bug in the code of peekpoke.c and portio.c in lib/other. For >instance, peek and poke (which must now open an I/O channel to /dev/mem to >work in protected mode) ..... In addition to this bug there may be another problem: An old portio.c which is in assembly language and fails to use /dev/mem is in the lib/ibm directory. When I built libc.a this got included instead of the one in lib/other. I've now removed the old portio.c from the library. I'll bet that other people also have these duplicate names in their /lib since the many sibdirectories make this more likely. Dave Lawyer