Date: Mon, 28 Feb 2000 08:33:34 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Nate Eldredge cc: djgpp AT delorie DOT com Subject: Re: LD errors compiling source from gnupg-1.0.1.tar.gz In-Reply-To: <83bt52bdud.fsf@mercury.st.hmc.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 27 Feb 2000, Nate Eldredge wrote: > Eli Zaretskii writes: > > > Richard Dawe wrote: > > > > > > DJGPP does not have /dev/random, nor does it have /dev/urandom. > > > > This could be easily emulated with File System Extensions, no? > > Maybe. /dev/random is a strong random number generator. On Linux, it > works by gathering various random events from the hardware (keyboard > interrupt timing, mouse movement, noise from a microphone, etc) and > hashing them. But it's a somewhat difficult proposition to > continually gather all this info unless you are the kernel. I think there's lots of random events you could gather on a PC by accessing various ports and absolute memory addresses. No steenking Linux can compete with the kind of unlimited access to system hardware that a typical DOS/Windows machines have ;-).