Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!necntc!ci-dandelion!jim From: jim@ci-dandelion.UUCP (Jim Fulton) Newsgroups: comp.arch,comp.unix.wizards,comp.os.misc Subject: Re: Big Programs Hurt Performance Message-ID: <3790@ci-dandelion.UUCP> Date: Wed, 7-Oct-87 08:36:11 EDT Article-I.D.: ci-dande.3790 Posted: Wed Oct 7 08:36:11 1987 Date-Received: Sat, 10-Oct-87 09:49:30 EDT References: <1665@ncr-sd.SanDiego.NCR.COM) <8579@utzoo.UUCP) <6886@eddie.MIT.EDU) <3722@venera.isi.edu> Organization: Cognition, Inc., Billerica, Ma. Lines: 40 Keywords: cost of bloated programs Summary: size of X on PC Xref: mnetor comp.arch:2541 comp.unix.wizards:4742 comp.os.misc:274 In article <856@sugar.UUCP> peter@sugar.UUCP (Peter da Silva) writes: > >I have also been told that X was huge... as in, an Atari 1040ST with a MEG of >standard RAM wouldn't support it. How big's the server, really? The first non-Unix port of The X Window System server was, in fact, to an IBM PC/AT running MS-DOS. Looking at the development sources I see C> dir pcx.exe Volume in drive C is PCSOURCES Directory of C:\SRC\X\MAIN PCX EXE 241696 9-29-87 8:11a The linker gives me the following sizes for this image: code data Udata 207964 20402 19418 PCX loads all of its device drivers (ethernet, high-res smart color graphics card, mouse/tablet/etc.) when it starts up, so there's no code hidden in DOS. If you have an expanded memory card it will use that for font bitmaps, otherwise it uses system memory. There is also a TFTP server in there so that you can transfer files to and from the PC while running X. The version that we ship with our Mechanical Computer Aided Engineering product also has bound into it extension packages for doing sophisticated dynamic feedback, geometric animation, and menu display. Our User Interface Management System uses roughly 2 dozen fonts and exercises even our high-end servers. X.V10 runs just fine on small machines. Jim Fulton Cognition Inc. 900 Tech Park Drive uucp: ...!{mit-eddie,talcott,necntc}!ci-dandelion!jim Billerica, MA 01821 domain: jim@ci-dandelion.ci.com, fulton@eddie.mit.edu (617) 667-4800