Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/5/84; site osu-eddie.UUCP Path: utzoo!watmath!clyde!cbosgd!osu-eddie!elwell From: elwell@osu-eddie.UUCP (Clayton M. Elwell) Newsgroups: net.micro.16k Subject: Re: Corrigenda Message-ID: <134@osu-eddie.UUCP> Date: Mon, 25-Feb-85 23:22:55 EST Article-I.D.: osu-eddi.134 Posted: Mon Feb 25 23:22:55 1985 Date-Received: Wed, 27-Feb-85 20:30:16 EST References: <983@watdcsu.UUCP> <2385@nsc.UUCP> <730@amdcad.UUCP> <2393@nsc.UUCP> Reply-To: elwell@osu-eddie.UUCP (Clayton M. Elwell) Organization: Ohio State Univ., CIS Dept., Cols, Oh. Lines: 20 Summary: 32-bit wide address bus A 32-bit address bus is useful even if you don't have 4Gb of physical memory. I can think of several programs I have written that while running have a virtual image greater than 16Mb. It's much nicer to work in a big virtual address space and let the OS worry about the physical memory. In case you're curious, one of the above-mentioned programs was a ray tracing package, and one was, of all things, a model of Usenet a couple of years ago. Each of these ran much faster and were much easier to write than if I had done swapping, etc. myself, and added another layer of overhead. Compilers and OS's are one thing, but there are large applications out here as well. -- Clayton Elwell Ohio State University elwell@ohio-state.CSNET elwell%ohio-state@CSNET-RELAY.ARPA ...!cbosgd!osu-eddie!elwell