Newsgroups: comp.os.minix Path: utzoo!henry From: henry@utzoo.uucp (Henry Spencer) Subject: Re: PDP/LSI 11 based Minix ? Message-ID: <1989Mar3.180257.1248@utzoo.uucp> Organization: U of Toronto Zoology References: <9310@bloom-beacon.MIT.EDU> <136600004@cpe> Date: Fri, 3 Mar 89 18:02:57 GMT In article <136600004@cpe> tif@cpe.UUCP writes: >>> How big is the source code for Unix on the PDP-11? >>Kernel only, or the programs as well? Most of it's still on line here. > >Lets say just the kernel, my Minix 1.1 kernel (kernel/mm/fs) source is >about 600K. It might be interesting to know how that compares to the >original Unix... Our V7, operational on a fairly large 11/44 (i.e. a fair number of device drivers) as of a year ago, came out this way: place lines bytes sys 6741 126611 dev 4877 97353 h 1545 41264 conf 2178 45951 ---------------------- 15341 311179 "sys" is most of the kernel, "dev" is device drivers and some related items, "h" is include files, "conf" is configuration control and the one big lump of assembler for low-level functions. (The assembler stuff is in "conf" because it is slightly pdp11-model-specific.) This excludes device drivers not in our operational configuration. In general, V7 was fairly compact. The entire distribution -- sources, binaries, manual pages, everything -- was 11 MB. -- The Earth is our mother; | Henry Spencer at U of Toronto Zoology our nine months are up. | uunet!attcan!utzoo!henry henry@zoo.toronto.edu