X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Tue, 21 Dec 2004 21:29:42 -0200 From: Jonatan Liljedahl To: djgpp AT delorie DOT com Subject: Re: DMA and PIO (was Re: Problems with timer interrupt chaining and SmartDrv) Message-Id: <20041221212942.746d7b90.lijon@kymatica.com> In-Reply-To: <01c4e795$Blat.v2.2.2$6e49f320@zahav.net.il> References: <01c4e368$Blat.v2.2.2$592f6a00 AT zahav DOT net DOT il> <41c5fcca DOT sandmann AT clio DOT rice DOT edu> <01c4e6ce$Blat.v2.2.2$be0d2340 AT zahav DOT net DOT il> <41c73a4d$0$176$cc7c7865 AT news DOT luth DOT se> <01c4e717$Blat.v2.2.2$a07fa340 AT zahav DOT net DOT il> <41c7daa5$0$180$cc7c7865 AT news DOT luth DOT se> <01c4e795$Blat.v2.2.2$6e49f320 AT zahav DOT net DOT il> Organization: Kymatica X-Mailer: Sylpheed version 0.9.10 (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 21 Dec 2004 21:43:02 +0200 "Eli Zaretskii" wrote: > > From: Martin Str|mberg > > Date: 21 Dec 2004 08:11:17 GMT > > > > >> "cat file >/dev/null"? > > > > > This reads _and_ writes the file. I want something that just > > > reads it. > > > > It doesn't write it to disk. At least I hope so. > > In fact, it doesn't do anything it all: it is smart enough to see that > stdout is redirected to the null device, and exits immediately. So > it's no good for a test I wanted to do. That's not true. At least not on my system (Linux 2.6.6 with cat version 5.2.1 (coreutils)). cat just reads the file until end or user interrupt. Try this and you'll see: cat /dev/zero > /dev/null (the zero device acts like an eternal file filled with zero's) /Jonatan -=( http://kymatica.com )=-