[46] in NetBSD-Development
Re: progress on AFS
daemon@ATHENA.MIT.EDU (Ken Raeburn)
Thu Jul 28 10:45:59 1994
From: Ken Raeburn <raeburn@cygnus.com>
Date: Thu, 28 Jul 1994 10:44:11 -0400
To: jtkohl@MIT.EDU
Cc: netbsd-dev@MIT.EDU
In-Reply-To: jtkohl@MIT.EDU's message of Wed, 27 Jul 1994 20:53:00 -0400 <199407280053.UAA00421@lola-granola.MIT.EDU.MIT.EDU>
From: jtkohl@MIT.EDU
Date: Wed, 27 Jul 1994 20:53:00 -0400
The NetBSD changes in AFS are mostly non-processor specific. The
processor-specific assembly code is in the user libraries for
lightweight processes. It's probably not too hard to take the m68k
assembly portions from, e.g. the NeXT port, and use them directly or
rework them for use under NetBSD.
How about rewriting them "portably" as interfaces to the pthreads code
Chris has been working on for NetBSD and other systems? Or does it
require non-pre-emptive scheduling, or something else incompatible?