From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] Bitsy armpaq.proto From: "rob pike, esq." MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-bihoxdjqdizfjyipiqegohcjev" Date: Sun, 28 Apr 2002 11:50:48 -0400 Topicbox-Message-UUID: 7d3853ba-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-bihoxdjqdizfjyipiqegohcjev Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit This looks much closer to the full script. Again for space reasons, we didn't package binaries for the other compilers, so you must build them first (with objtype=386). Then you can build the libraries and user-level programs. But the bitsy kernel needs booting stuff, so you must then build in /sys/src/boot/arm before you can build in /sys/src/9/bitsy. -rob --upas-bihoxdjqdizfjyipiqegohcjev Content-Type: message/rfc822 Content-Disposition: inline Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Sun Apr 28 11:44:53 EDT 2002 Received: from mail.cse.psu.edu ([130.203.4.6]) by plan9; Sun Apr 28 11:44:28 EDT 2002 Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.8.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 5DAD4199DD; Sun, 28 Apr 2002 11:44:09 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from fbsd.acl.lanl.gov (fbsd.acl.lanl.gov [128.165.147.119]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 7362519A02 for <9fans@cse.psu.edu>; Sun, 28 Apr 2002 11:43:33 -0400 (EDT) Received: (qmail 2490 invoked by uid 18927); 28 Apr 2002 15:41:09 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 28 Apr 2002 15:41:09 -0000 From: andrey mirtchovski X-X-Sender: To: <9fans@cse.psu.edu> Subject: Re: [9fans] Bitsy armpaq.proto In-Reply-To: Message-ID: <20020428093158.U563-100000@fbsd.acl.lanl.gov> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Sun, 28 Apr 2002 09:41:09 -0600 (MDT) if you're talking about mk-ing the distribution, it fails because 5[acl] binaries are not included.. something like this will succesfully compile the bitsy port: #!/bin/rc objtype=386 for (i in /sys/src/cmd/5*) { cd $i && mk install } objtype=arm cd /sys/src/ && mk install cd /sys/src/boot/arm && mk install cd /sys/src/9/bitsy && mk On Sun, 28 Apr 2002 plan9@itic.ca wrote: > > :-) Don't try it, you may be surprised... > --upas-bihoxdjqdizfjyipiqegohcjev--