[980] in arla-drinkers
Re: Arla on ARM linux?
daemon@ATHENA.MIT.EDU (Magnus Ahltorp)
Mon Jul 19 05:23:56 1999
From owner-arla-drinkers@stacken.kth.se Mon Jul 19 09:23:55 1999
Return-Path: <owner-arla-drinkers@stacken.kth.se>
Delivered-To: arla-drinkers-mtg@bloom-picayune.mit.edu
Received: (qmail 6303 invoked from network); 19 Jul 1999 09:23:54 -0000
Received: from unknown (HELO sundance.stacken.kth.se) (130.237.234.41)
by bloom-picayune.mit.edu with SMTP; 19 Jul 1999 09:23:54 -0000
Received: (from majordom@localhost)
by sundance.stacken.kth.se (8.8.8/8.8.8) id LAA29337
for arla-drinkers-list; Mon, 19 Jul 1999 11:18:25 +0200 (MET DST)
Received: from squid.pdc.kth.se (squid.pdc.kth.se [130.237.221.65])
by sundance.stacken.kth.se (8.8.8/8.8.8) with ESMTP id LAA29333
for <arla-drinkers@stacken.kth.se>; Mon, 19 Jul 1999 11:18:21 +0200 (MET DST)
Received: (from d95-mah@localhost)
by squid.pdc.kth.se (8.8.7/8.8.7) id LAA28054;
Mon, 19 Jul 1999 11:18:16 +0200 (MET DST)
To: Nat Lanza <magus@cs.cmu.edu>
Cc: arla-drinkers@stacken.kth.se
Subject: Re: Arla on ARM linux?
References: <uociu7h16le.fsf@evelake.pdl.cs.cmu.edu>
From: Magnus Ahltorp <map@stacken.kth.se>
Content-Type: text/plain; charset="iso-8859-1"
Content-Language: en
Date: 19 Jul 1999 11:18:16 +0200
In-Reply-To: Nat Lanza's message of "19 Jul 1999 02:44:45 -0400"
Message-ID: <ixdg12lro9z.fsf@squid.pdc.kth.se>
Lines: 16
X-Mailer: Gnus v5.6.45/Emacs 19.34
Sender: owner-arla-drinkers@stacken.kth.se
Precedence: bulk
> I have a bunch of armv4l Linux machines that I'd love to run Arla
> on. Has anyone done this? Am I likely to run into difficulties with
> LWP or some other part of Arla?
Yes, LWP will need to know how to do a context switch on that
processor. If you have pthreads support on that platform, you can
configure arla with pthreads by using the configure option
--with-pthreads=dir.
If you don't have pthreads, you must add support for your processor
type in lwp/process.S. This should not be very hard if you know how
the processor works.
Other parts of arla should work regardless of the processor type.
/Magnus