Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxt!houxm!whuxl!whuxlm!akgua!gatech!seismo!rlgvax!dsi1!ron From: ron@dsi1.UUCP Newsgroups: net.micro.trs-80 Subject: Re: 16/6000 C Message-ID: <556@dsi1.UUCP> Date: Wed, 26-Mar-86 22:18:26 EST Article-I.D.: dsi1.556 Posted: Wed Mar 26 22:18:26 1986 Date-Received: Tue, 1-Apr-86 04:43:48 EST References: <4593@topaz.RUTGERS.EDU> <230@myrias.UUCP> Reply-To: ron@dsi1.UUCP (Ron Flax) Organization: Dynamic Systems, Inc., Arlington VA Lines: 40 Keywords: compiler In article <230@myrias.UUCP> dab@myrias.UUCP (Danny Boulet) writes: >Buy the Tandy 6000 Software Development System (probably arouund $700US). >It has a reasonable C compiler. Also, you don't have to worry about swapping >and such as the system takes care of all that for you. One warning: the >Tandy 6000 is limited to 256K per user process (I sure wish I'd known this >BEFORE buying the machine...). Below is an adb session that will allow you to change the amount of per process memory allowable. This patch works for Xenix versions 2.x as well as 3.x on the Tandy version of the kernel. Note on the 3.1 Tandy kernel the per process size is already set to 512k per user process, so this patch is not needed. I guess The Small Computer Co. finally bugged them enough :-) One additional note, you need the development system to apply this patch since you need 'adb' which is distributed with that product. (at your prompt (the '%' below is a typical C-Shell prompt) you would type): % cp /xenix /xenix.256k % adb -w /xenix _Maxmem?D (to display current allocation) _Maxmem?W 512 (to set allocation to 512k per user process. [NOTE: You should have available at least 1 meg of swap per user on your system! Also note that you could use a number greater than 512 however keep in mind how much memory you are dealing with, the most you can possibly have is 1 meg. It is not recommeded that you go higher than 512k unless you are the only user on the system and you don't mind alot of large process swapping. (lots of overhead!!!)]) $q (to quit adb) (you must now re-boot Xenix to have the patch take effect.) -- Ron Flax (ron@dsi1.UUCP) ARPA: dsi1!ron@seismo.arpa UUCP: ..!{seismo, rlgvax, prometheus}!dsi1!ron