Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!mcvax!botter!ast From: ast@cs.vu.nl (Andy Tanenbaum) Newsgroups: comp.os.minix Subject: Re: Version 1.2 Message-ID: <1549@botter.cs.vu.nl> Date: Fri, 31-Jul-87 07:43:22 EDT Article-I.D.: botter.1549 Posted: Fri Jul 31 07:43:22 1987 Date-Received: Tue, 4-Aug-87 01:35:43 EDT References: <3652@ncoast.UUCP> Reply-To: ast@cs.vu.nl (Andy Tanenbaum) Distribution: comp Organization: VU Informatica, Amsterdam Lines: 57 Keywords: Notes on upgrading In article <3652@ncoast.UUCP> kent@ncoast.UUCP (Kent Williams) writes: > >This is a report on Minix 1.2, and on yet another attempt to use a >DOS compiler for Minix Development. > >1. Several programs in /commands need more than 2K. > Yes. this is true. Here is the shell script I run from tools: b=../commands/bin t=../test chmem =30000 $b/asld chmem =2000 $b/cc chmem =52000 $b/cem chmem =30000 $b/cg chmem =32000 $b/cpdir chmem =40000 $b/cpp chmem =40000 $b/dd chmem =50000 $b/diff chmem =8000 $b/df chmem =32000 $b/dosread chmem =50000 $b/find chmem =50000 $b/fix chmem =8000 $b/grep chmem =8000 $b/gres chmem =64000 $b/libpack chmem =64000 $b/libupack chmem =20000 $b/make chmem =64000 $b/mined chmem =8000 $b/mkdir chmem =16000 $b/mkfs chmem =8000 $b/mv chmem =20000 $b/opt chmem =8000 $b/pr chmem =50000 $b/readfs chmem =8000 $b/rm chmem =8000 $b/rmdir chmem =8000 $b/sh chmem =30000 $b/sort chmem =2000 $b/tail chmem =2000 $b/time chmem =8000 $t/t10a chmem =8000 $t/t11a chmem =8000 $t/t11b for i in 1 2 3 4 5 6 7 8 9 10 do chmem =8000 ../test/test$i done >2. The 1.2 'cc' program is broken. No, I just posted the V1.2 cc by accident. It goes with the new compiler. It doesn't work with the 1.1 compiler. Throw it away. When I get my act together, I will describe the 1.2 compiler and how to get it. Not yet. First I want to get 1.2 out the door. >3. Do you have to zero Udata yourself? What's Udata? Never heard of it. MINIX neither. Andy Tanenbaum (ast@cs.vu.nl)