Subject: Lisp up and running!
To: None <current-users@NetBSD.ORG>
From: Scott L. Burson <gyro@zeta-soft.com>
List: current-users
Date: 06/07/1995 22:36:21
This is a follow-up to some previous messages of mine about the fact that I
couldn't run my SunOS Lisp executables under NetBSD/sparc.

I have found and fixed the problem.  It was that although the executables
identify themselves as demand paged (ZMAGIC), the data size in the header was
not page-aligned.  The kernel simply didn't handle this correctly -- it wasn't
even a SPARC-specific problem.  I have patched my kernel and `send-pr'ed the
patch.

-- Scott